Skip to content

Commit dea501e

Browse files
committed
Change download url to pypi.org from pypi.python.org.
1 parent 26bf853 commit dea501e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def main():
127127
" customisable.",
128128
long_description=long_description,
129129
url='http://www.roundup-tracker.org',
130-
download_url='https://pypi.python.org/pypi/roundup',
130+
download_url='https://pypi.org/project/roundup',
131131
classifiers=['Development Status :: 5 - Production/Stable',
132132
'Environment :: Console',
133133
'Environment :: Web Environment',

0 commit comments

Comments
 (0)