commit | a9ccce3fee1fb35587ed787883ef7b4b3e66ce30 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Mon Mar 03 18:26:01 2003 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Mon Mar 03 18:26:01 2003 +0000 |
tree | fb53006528f081304935cb54e7a1d2da99dc5a1c | |
parent | 96b1c903f5310202a665e86e624a38ede50429c3 [diff] |
Improve description
diff --git a/Lib/distutils/command/register.py b/Lib/distutils/command/register.py index 29b76cb..e4a3799 100644 --- a/Lib/distutils/command/register.py +++ b/Lib/distutils/command/register.py
@@ -15,7 +15,7 @@ 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'