mirror of
https://github.com/python/cpython.git
synced 2024-11-29 21:05:33 +08:00
Improve description
This commit is contained in:
parent
96b1c903f5
commit
a9ccce3fee
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user