mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Simplified doc string.
Added 'clean' to list of commands.
This commit is contained in:
parent
89ccb984f0
commit
fb4ece7fea
1 changed files with 2 additions and 11 deletions
|
@ -1,17 +1,7 @@
|
|||
"""distutils.command
|
||||
|
||||
Package containing implementation of all the standard Distutils
|
||||
commands. Currently this means:
|
||||
|
||||
build
|
||||
build_py
|
||||
build_ext
|
||||
install
|
||||
install_py
|
||||
install_ext
|
||||
dist
|
||||
|
||||
but this list will undoubtedly grow with time."""
|
||||
commands."""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
|
@ -21,5 +11,6 @@ __all__ = ['build',
|
|||
'install',
|
||||
'install_py',
|
||||
'install_ext',
|
||||
'clean',
|
||||
'sdist',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue