Skip to content

Commit cc5dbcc

Browse files
committed
remove the download url since I upload packages to pypi now
1 parent cd0bb77 commit cc5dbcc

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
@@ -122,8 +122,8 @@ def find_package_data(
122122
author_email = '[email protected]',
123123

124124
url = 'http://www.doughellmann.com/projects/%s/' % PROJECT,
125-
download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
126-
(PROJECT, VERSION),
125+
#download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
126+
# (PROJECT, VERSION),
127127

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

0 commit comments

Comments
 (0)