mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Added 'bdist' and 'bdist_dumb'.
This commit is contained in:
parent
42405a5d7d
commit
6148c2cfa6
1 changed files with 2 additions and 0 deletions
|
@ -13,4 +13,6 @@ __all__ = ['build',
|
||||||
'install_lib',
|
'install_lib',
|
||||||
'clean',
|
'clean',
|
||||||
'sdist',
|
'sdist',
|
||||||
|
'bdist',
|
||||||
|
'bdist_dumb',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue