diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2007-07-25 16:24:23 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2007-07-25 16:24:23 +0000 |
| commit | 254b8f9096afcc8ee761c3656798767c27da7800 (patch) | |
| tree | 0bd0d168b9ea13e8ac18fc8e280b5650726b0129 /Lib/distutils/command | |
| parent | 55248d6c618bf416d0b0aceedb65b741a662db48 (diff) | |
| download | cpython-git-254b8f9096afcc8ee761c3656798767c27da7800.tar.gz | |
Change location of the package index to pypi.python.org/pypi
Diffstat (limited to 'Lib/distutils/command')
| -rw-r--r-- | Lib/distutils/command/register.py | 2 | ||||
| -rw-r--r-- | Lib/distutils/command/upload.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/command/register.py b/Lib/distutils/command/register.py index 5fcc8d2764..200e61e240 100644 --- a/Lib/distutils/command/register.py +++ b/Lib/distutils/command/register.py @@ -17,7 +17,7 @@ class register(Command): description = ("register the distribution with the Python package index") - DEFAULT_REPOSITORY = 'http://www.python.org/pypi' + DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi' user_options = [ ('repository=', 'r', diff --git a/Lib/distutils/command/upload.py b/Lib/distutils/command/upload.py index 67ba080427..7461e5f453 100644 --- a/Lib/distutils/command/upload.py +++ b/Lib/distutils/command/upload.py @@ -20,7 +20,7 @@ class upload(Command): description = "upload binary package to PyPI" - DEFAULT_REPOSITORY = 'http://www.python.org/pypi' + DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi' user_options = [ ('repository=', 'r', |
