mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Changed order so 'clean' is right after the 'build' commands.
This commit is contained in:
parent
fbb04c448c
commit
2129032bc6
1 changed files with 1 additions and 1 deletions
|
@ -10,12 +10,12 @@ __all__ = ['build',
|
|||
'build_ext',
|
||||
'build_clib',
|
||||
'build_scripts',
|
||||
'clean',
|
||||
'install',
|
||||
'install_lib',
|
||||
'install_headers',
|
||||
'install_scripts',
|
||||
'install_data',
|
||||
'clean',
|
||||
'sdist',
|
||||
'bdist',
|
||||
'bdist_dumb',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue