Skip to content

Commit

Permalink
Add download url to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcmlxxvi committed Aug 4, 2015
1 parent 0261384 commit 375cecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
long_description=long_description,
name='pixelscan',
packages=find_packages(exclude=['tests']),
url='https://github.com/dpmcmlxxvi/pixelscan/tarball/v0.1.0',
url='https://github.com/dpmcmlxxvi/pixelscan',
download_url='https://github.com/dpmcmlxxvi/pixelscan/tarball/v0.1.0',
version='0.1.0',
)

0 comments on commit 375cecd

Please sign in to comment.