projects
/
SubU
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
028dcfa0fc4b3a07307989c40389b2042ceafc03
[SubU]
/
1
"""distutils.command
2
3
Package containing implementation of all the standard Distutils
4
commands."""
5
6
__all__ = [ # noqa: F822
7
'build',
8
'build_py',
9
'build_ext',
10
'build_clib',
11
'build_scripts',
12
'clean',
13
'install',
14
'install_lib',
15
'install_headers',
16
'install_scripts',
17
'install_data',
18
'sdist',
19
'register',
20
'bdist',
21
'bdist_dumb',
22
'bdist_rpm',
23
'check',
24
'upload',
25
]