projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b1c90
)
Improve description
author
Andrew M. Kuchling
<amk@amk.ca>
Mon, 3 Mar 2003 18:26:01 +0000
(18:26 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Mon, 3 Mar 2003 18:26:01 +0000
(18:26 +0000)
Lib/distutils/command/register.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/register.py
b/Lib/distutils/command/register.py
index 29b76cbfd97ebc710ea9805929a78e57f6180826..e4a379939b876cfed6cf465aeaca79c0bf442594 100644
(file)
--- a/
Lib/distutils/command/register.py
+++ b/
Lib/distutils/command/register.py
@@
-15,7
+15,7
@@
from distutils.errors import *
class register(Command):
- description =
"register the distribution with the repository"
+ description =
("register the distribution with the Python package index")
DEFAULT_REPOSITORY = 'http://www.python.org/pypi'