Improve description

This commit is contained in:
Andrew M. Kuchling 2003-03-03 18:26:01 +00:00
parent 96b1c903f5
commit a9ccce3fee

View File

@ -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'