Skip to content

Commit ab9d08c

Browse files
committed
Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'.
1 parent e5dfba5 commit ab9d08c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/distutils/command/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
__all__ = ['build',
99
'build_py',
1010
'build_ext',
11+
'build_clib',
1112
'install',
12-
'install_py',
13-
'install_ext',
13+
'install_lib',
1414
'clean',
1515
'sdist',
1616
]

0 commit comments

Comments
 (0)