Added 'boolean_options' list to support config file parsing.

This commit is contained in:
Greg Ward 2000-09-25 01:41:15 +00:00
parent 817dc098ef
commit 99b032eaf2
15 changed files with 31 additions and 0 deletions

View file

@ -82,6 +82,8 @@ class build_ext (Command):
"make SWIG create C++ files (default is C)"),
]
boolean_options = ['inplace', 'debug', 'force', 'swig-cpp']
help_options = [
('help-compiler', None,
"list available compilers", show_compilers),