We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c4d0c commit 8a173ecCopy full SHA for 8a173ec
setup.py
@@ -120,8 +120,8 @@ def find_package_data(
120
author_email = '[email protected]',
121
122
url = 'http://www.doughellmann.com/projects/%s/' % PROJECT,
123
-# download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
124
-# (PROJECT, VERSION),
+ download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
+ (PROJECT, VERSION),
125
126
classifiers = [ 'Development Status :: 5 - Production/Stable',
127
'License :: OSI Approved :: BSD License',
0 commit comments