summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/install_data.py')
-rw-r--r--Lib/distutils/command/install_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/install_data.py b/Lib/distutils/command/install_data.py
index af348f5..9ce1183 100644
--- a/Lib/distutils/command/install_data.py
+++ b/Lib/distutils/command/install_data.py
@@ -25,6 +25,8 @@ class install_data (Command):
('force', 'f', "force installation (overwrite existing files)"),
]
+ boolean_options = ['force']
+
def initialize_options (self):
self.install_dir = None
self.outfiles = []