mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Improve description
This commit is contained in:
parent
96b1c903f5
commit
a9ccce3fee
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from distutils.errors import *
|
||||||
|
|
||||||
class register(Command):
|
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'
|
DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue