Skip to content

Commit

Permalink
Change download url in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
applecat committed Nov 14, 2015
1 parent 6a290a7 commit 453f9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author='Dmitry Akinin',
author_email='d.akinin@gmail.com',
url='https://github.com/applecat/django-simple-poll',
download_url='https://github.com/applecat/django-simple-poll/tarball/0.1.1',
download_url='https://github.com/applecat/django-simple-poll/tarball/0.1.3',
packages=find_packages(),
classifiers=[
'Development Status :: 4 - Beta',
Expand All @@ -24,4 +24,4 @@
'Framework :: Django',
],
include_package_data=True,
)
)

0 comments on commit 453f9a8

Please sign in to comment.