mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'.
This commit is contained in:
parent
e5dfba5e0f
commit
ab9d08ce65
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ __revision__ = "$Id$"
|
|||
__all__ = ['build',
|
||||
'build_py',
|
||||
'build_ext',
|
||||
'build_clib',
|
||||
'install',
|
||||
'install_py',
|
||||
'install_ext',
|
||||
'install_lib',
|
||||
'clean',
|
||||
'sdist',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue