Commit dae4f7a4 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Use python.org as the repository

parent a65727b5
...@@ -17,8 +17,7 @@ class register(Command): ...@@ -17,8 +17,7 @@ class register(Command):
description = "register the distribution with the repository" description = "register the distribution with the repository"
# XXX must update this to python.org before 2.3final! DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
DEFAULT_REPOSITORY = 'http://www.amk.ca/cgi-bin/pypi.cgi'
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