diff options
| author | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2013-06-11 08:50:52 +0200 |
|---|---|---|
| committer | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2013-06-11 08:50:52 +0200 |
| commit | fbbc3e1980d80e113852951f36aaaccc72c57c9e (patch) | |
| tree | 55b29357d85b1a314b514bb6adbdbabf751f1d20 /setuptools/command/upload.py | |
| parent | 4e455160ca42bc6cf1eb628de5f2098120fbf03f (diff) | |
| download | python-setuptools-git-fbbc3e1980d80e113852951f36aaaccc72c57c9e.tar.gz | |
Update some URLs.
Diffstat (limited to 'setuptools/command/upload.py')
| -rwxr-xr-x | setuptools/command/upload.py | 2 |
1 files changed, 1 insertions, 1 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', |
