projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9ce7cd
)
Use python.org as the repository
author
Andrew M. Kuchling
<amk@amk.ca>
Tue, 18 Feb 2003 21:28:20 +0000
(21:28 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Tue, 18 Feb 2003 21:28:20 +0000
(21:28 +0000)
Lib/distutils/command/register.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/register.py
b/Lib/distutils/command/register.py
index 6920d1d1c95b1ecd4e0014d469838ee54a9a6475..aac700c4803b16f129c952dee74cc1e981d6ad97 100644
(file)
--- a/
Lib/distutils/command/register.py
+++ b/
Lib/distutils/command/register.py
@@
-17,8
+17,7
@@
class register(Command):
description = "register the distribution with the repository"
- # XXX must update this to python.org before 2.3final!
- DEFAULT_REPOSITORY = 'http://www.amk.ca/cgi-bin/pypi.cgi'
+ DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
user_options = [
('repository=', 'r',