diff options
Diffstat (limited to 'setuptools')
| -rwxr-xr-x | setuptools/command/upload.py | 2 | ||||
| -rw-r--r-- | setuptools/tests/test_packageindex.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/command/upload.py b/setuptools/command/upload.py index 21b9615c..4b500f68 100755 --- a/setuptools/command/upload.py +++ b/setuptools/command/upload.py @@ -23,7 +23,7 @@ class upload(Command): description = "upload binary package to PyPI" - DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi' + DEFAULT_REPOSITORY = 'https://pypi.python.org/pypi' user_options = [ ('repository=', 'r', diff --git a/setuptools/tests/test_packageindex.py b/setuptools/tests/test_packageindex.py index ad856e81..1060e787 100644 --- a/setuptools/tests/test_packageindex.py +++ b/setuptools/tests/test_packageindex.py @@ -97,7 +97,7 @@ class TestPackageIndex(unittest.TestCase): """ Download links from the pypi simple index should be used before external download links. - http://bitbucket.org/tarek/distribute/issue/163/md5-validation-error + https://bitbucket.org/tarek/distribute/issue/163 Usecase : - someone uploads a package on pypi, a md5 is generated |
