Skip to content

Commit

Permalink
setup.py: change download_url
Browse files Browse the repository at this point in the history
  • Loading branch information
gegen07 committed Jan 29, 2021
1 parent 272ef14 commit e8a2afe
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 @@ -31,7 +31,7 @@
setup(
name = "moredata",
url = 'https://github.com/gegen07/more-data',
download_url='https://github.com/gegen07/more-data/archive/v_01.tar.gz',
download_url='https://github.com/gegen07/more-data/archive/v0.1.tar.gz',
version = '0.1',
packages = find_packages(where="."),
python_requires=">=3.6",
Expand Down

0 comments on commit e8a2afe

Please sign in to comment.