mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
First checkin of real Distutils command modules.
This commit is contained in:
parent
03f8c3cdd0
commit
13ae1c8ff8
6 changed files with 448 additions and 0 deletions
6
Lib/distutils/command/__init__.py
Normal file
6
Lib/distutils/command/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# this is solely for debugging convenience
|
||||
|
||||
__all__ = ['build',
|
||||
'build_py',
|
||||
'make_blib',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue