Skip to content

Commit 8443e05

Browse files
committed
update download url to use https
1 parent ab6de8b commit 8443e05

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
@@ -126,7 +126,7 @@ def main():
126126
" customisable.",
127127
long_description=long_description,
128128
url='http://www.roundup-tracker.org',
129-
download_url='http://pypi.python.org/pypi/roundup',
129+
download_url='https://pypi.python.org/pypi/roundup',
130130
classifiers=['Development Status :: 5 - Production/Stable',
131131
'Environment :: Console',
132132
'Environment :: Web Environment',

0 commit comments

Comments
 (0)