Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb4ece7

Browse files
committed
Simplified doc string.
Added 'clean' to list of commands.
1 parent 89ccb98 commit fb4ece7

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

Lib/distutils/command/__init__.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
"""distutils.command
22
33
Package containing implementation of all the standard Distutils
4-
commands. Currently this means:
5-
6-
build
7-
build_py
8-
build_ext
9-
install
10-
install_py
11-
install_ext
12-
dist
13-
14-
but this list will undoubtedly grow with time."""
4+
commands."""
155

166
__revision__ = "$Id$"
177

@@ -21,5 +11,6 @@
2111
'install',
2212
'install_py',
2313
'install_ext',
14+
'clean',
2415
'sdist',
2516
]

0 commit comments

Comments
 (0)