mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Added 'dist' command.
This commit is contained in:
parent
f0fd6175b3
commit
4c67936e4e
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ commands. Currently this means:
|
|||
install
|
||||
install_py
|
||||
install_ext
|
||||
dist
|
||||
|
||||
but this list will undoubtedly grow with time."""
|
||||
|
||||
|
@ -20,4 +21,5 @@ __all__ = ['build',
|
|||
'install',
|
||||
'install_py',
|
||||
'install_ext',
|
||||
'dist',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue