Skip to content

Commit

Permalink
Add download_url to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fbcotter committed Aug 19, 2017
1 parent 2593702 commit 0a96589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def get_version():
license="MIT",
keywords="matplotlib, images, plotting",
url="https://github.com/fbcotter/plotters.git",
download_url="https://github.com/fbcotter/plotters/archive/0.0.3.tar.gz",
long_description=read('README.rst'),
classifiers=classifiers,
py_modules=["plotters"],
Expand Down

0 comments on commit 0a96589

Please sign in to comment.