summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_scripts.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/install_scripts.py')
-rw-r--r--Lib/distutils/command/install_scripts.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/distutils/command/install_scripts.py b/Lib/distutils/command/install_scripts.py
index d506f90..b8938c4 100644
--- a/Lib/distutils/command/install_scripts.py
+++ b/Lib/distutils/command/install_scripts.py
@@ -22,6 +22,9 @@ class install_scripts (Command):
('skip-build', None, "skip the build steps"),
]
+ boolean_options = ['force', 'skip-build']
+
+
def initialize_options (self):
self.install_dir = None
self.force = 0