Commit 1b328f36 authored by Martin v. Löwis's avatar Martin v. Löwis

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

parent d9a8d08e
...@@ -17,7 +17,7 @@ class register(Command): ...@@ -17,7 +17,7 @@ class register(Command):
description = ("register the distribution with the Python package index") 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 = [ user_options = [
('repository=', 'r', ('repository=', 'r',
......
...@@ -20,7 +20,7 @@ class upload(Command): ...@@ -20,7 +20,7 @@ class upload(Command):
description = "upload binary package to PyPI" description = "upload binary package to PyPI"
DEFAULT_REPOSITORY = 'http://www.python.org/pypi' DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
user_options = [ user_options = [
('repository=', 'r', ('repository=', 'r',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment