Commit f925cbf9 authored by Greg Ward's avatar Greg Ward

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

parent 66878bbd
...@@ -8,9 +8,9 @@ __revision__ = "$Id$" ...@@ -8,9 +8,9 @@ __revision__ = "$Id$"
__all__ = ['build', __all__ = ['build',
'build_py', 'build_py',
'build_ext', 'build_ext',
'build_clib',
'install', 'install',
'install_py', 'install_lib',
'install_ext',
'clean', 'clean',
'sdist', 'sdist',
] ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment