summaryrefslogtreecommitdiff
path: root/src/distutils2/command/install_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/distutils2/command/install_data.py')
-rw-r--r--src/distutils2/command/install_data.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/distutils2/command/install_data.py b/src/distutils2/command/install_data.py
index 06b0a33..5b06b5a 100644
--- a/src/distutils2/command/install_data.py
+++ b/src/distutils2/command/install_data.py
@@ -37,9 +37,7 @@ class install_data(Command):
def finalize_options(self):
self.set_undefined_options('install',
('install_data', 'install_dir'),
- ('root', 'root'),
- ('force', 'force'),
- )
+ 'root', 'force')
def run(self):
self.mkpath(self.install_dir)