diff options
| author | Donald Stufft <donald@stufft.io> | 2016-08-03 18:48:17 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2016-08-03 18:48:17 -0400 |
| commit | beb9809ca15b599a64cb0ad649ba365e28d7e8cb (patch) | |
| tree | 1438177be779f9667981273ce64baf46cf8a6de3 /config.py | |
| parent | e1a61f17d27ac9f566481ec32848f6171f69d243 (diff) | |
| parent | e639c9f681154bb0e5530543beefd015040406ac (diff) | |
| download | python-setuptools-git-beb9809ca15b599a64cb0ad649ba365e28d7e8cb.tar.gz | |
Merge 3.3
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 |
