aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/upload.py
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2013-06-11 08:50:52 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2013-06-11 08:50:52 +0200
commitfbbc3e1980d80e113852951f36aaaccc72c57c9e (patch)
tree55b29357d85b1a314b514bb6adbdbabf751f1d20 /setuptools/command/upload.py
parent4e455160ca42bc6cf1eb628de5f2098120fbf03f (diff)
downloadexternal_python_setuptools-fbbc3e1980d80e113852951f36aaaccc72c57c9e.tar.gz
external_python_setuptools-fbbc3e1980d80e113852951f36aaaccc72c57c9e.tar.bz2
external_python_setuptools-fbbc3e1980d80e113852951f36aaaccc72c57c9e.zip
Update some URLs.
Diffstat (limited to 'setuptools/command/upload.py')
-rwxr-xr-xsetuptools/command/upload.py2
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',