linkchecker/distutils/command/__init__.py
2000-03-21 01:33:52 +00:00

17 lines
341 B
Python

"""distutils.command
Package containing implementation of all the standard Distutils
commands."""
__revision__ = "$Id$"
__all__ = ['build',
'build_py',
'build_ext',
'install',
'install_py',
'install_ext',
'install_bin',
'clean',
'sdist',
]