]> granicus.if.org Git - python/commitdiff
Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'.
authorGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:18:39 +0000 (02:18 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:18:39 +0000 (02:18 +0000)
Lib/distutils/command/__init__.py

index d2b37a8ce1dc7ea8296661e78a510870dad4091c..b7973c6142d7204f7632a442365198cd91bb2b42 100644 (file)
@@ -8,9 +8,9 @@ __revision__ = "$Id$"
 __all__ = ['build',
            'build_py',
            'build_ext',
+           'build_clib',
            'install',
-           'install_py',
-           'install_ext',
+           'install_lib',
            'clean',
            'sdist',
           ]