summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/install_headers.py')
-rw-r--r--Lib/distutils/command/install_headers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/command/install_headers.py b/Lib/distutils/command/install_headers.py
index 5c06d57..ec0cf44 100644
--- a/Lib/distutils/command/install_headers.py
+++ b/Lib/distutils/command/install_headers.py
@@ -21,6 +21,7 @@ class install_headers (Command):
"force installation (overwrite existing files)"),
]
+ boolean_options = ['force']
def initialize_options (self):
self.install_dir = None