mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Added 'boolean_options' list to support config file parsing.
This commit is contained in:
parent
817dc098ef
commit
99b032eaf2
15 changed files with 31 additions and 0 deletions
|
@ -19,6 +19,8 @@ class install_lib (Command):
|
|||
('skip-build', None, "skip the build steps"),
|
||||
]
|
||||
|
||||
boolean_options = ['force', 'compile', 'optimize', 'skip-build']
|
||||
|
||||
|
||||
def initialize_options (self):
|
||||
# let the 'install' command dictate our installation directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue