mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use more standard name for one option of packaging’s install_distinfo
This commit is contained in:
parent
ca9460324a
commit
438f21a406
3 changed files with 18 additions and 21 deletions
|
@ -55,9 +55,7 @@ class install_dist(Command):
|
|||
('install-data=', None,
|
||||
"installation directory for data files"),
|
||||
|
||||
# Byte-compilation options -- see install_lib.py for details, as
|
||||
# these are duplicated from there (but only install_lib does
|
||||
# anything with them).
|
||||
# Byte-compilation options -- see install_lib for details
|
||||
('compile', 'c', "compile .py to .pyc [default]"),
|
||||
('no-compile', None, "don't compile .py files"),
|
||||
('optimize=', 'O',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue