First checkin of real Distutils command modules.

This commit is contained in:
Greg Ward 1999-03-22 14:55:25 +00:00
parent 03f8c3cdd0
commit 13ae1c8ff8
6 changed files with 448 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# this is solely for debugging convenience
__all__ = ['build',
'build_py',
'make_blib',
]