Skip to content

Commit 8a173ec

Browse files
committed
restore download url
1 parent 55c4d0c commit 8a173ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def find_package_data(
120120
author_email = '[email protected]',
121121

122122
url = 'http://www.doughellmann.com/projects/%s/' % PROJECT,
123-
# download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
124-
# (PROJECT, VERSION),
123+
download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
124+
(PROJECT, VERSION),
125125

126126
classifiers = [ 'Development Status :: 5 - Production/Stable',
127127
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)