diff options
| author | Donald Stufft <donald@stufft.io> | 2016-08-03 18:49:19 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2016-08-03 18:49:19 -0400 |
| commit | 50ac1f8965638ef9cac5feaa198ec66a74b5cdc7 (patch) | |
| tree | 26b729b94caf4f1a7615cc39c194825dc499328c /config.py | |
| parent | c3f23f70001777fd66c7c33b9101bb114540a53a (diff) | |
| parent | beb9809ca15b599a64cb0ad649ba365e28d7e8cb (diff) | |
| download | python-setuptools-git-50ac1f8965638ef9cac5feaa198ec66a74b5cdc7.tar.gz | |
Merge 3.4
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ password:%s class PyPIRCCommand(Command): """Base command that knows how to handle the .pypirc file """ - DEFAULT_REPOSITORY = 'https://upload.pypi.io/legacy/' + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' DEFAULT_REALM = 'pypi' repository = None realm = None |
