Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'.

This commit is contained in:
Greg Ward 2000-03-29 02:18:39 +00:00
parent e5dfba5e0f
commit ab9d08ce65
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ __revision__ = "$Id$"
__all__ = ['build',
'build_py',
'build_ext',
'build_clib',
'install',
'install_py',
'install_ext',
'install_lib',
'clean',
'sdist',
]