Change location of the package index to pypi.python.org/pypi

This commit is contained in:
Martin v. Löwis 2007-07-25 16:24:23 +00:00
parent 55248d6c61
commit 254b8f9096
3 changed files with 4 additions and 2 deletions

View file

@ -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',