Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ccb98 commit fb4ece7Copy full SHA for fb4ece7
1 file changed
Lib/distutils/command/__init__.py
@@ -1,17 +1,7 @@
1
"""distutils.command
2
3
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."""
+commands."""
15
16
__revision__ = "$Id$"
17
@@ -21,5 +11,6 @@
21
'install',
22
'install_py',
23
'install_ext',
+ 'clean',
24
'sdist',
25
]
0 commit comments