Skip to content

Commit

Permalink
fix download url
Browse files Browse the repository at this point in the history
Took 40 seconds
  • Loading branch information
Luc1412 committed Dec 30, 2021
1 parent 0e23041 commit 27d0ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
long_description_content_type="text/markdown",
install_requires=['requests>=2.22.0', 'aiohttp>=3.6.0,<3.9.0'],
python_requires='>=3.6.15',
download_url=f'https://github.com/Fortnite-API/py-wrapper/archive/refs/tags/{version}.tar.gz',
download_url=f'https://github.com/Fortnite-API/py-wrapper/archive/refs/tags/v{version}.tar.gz',
keywords=['fortnite', 'fortnite-api.com', 'shop', 'cosmetics', 'fortnite api', 'fortnite shop'],
classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 27d0ccc

Please sign in to comment.