diff options
Diffstat (limited to 'src/distutils2')
| -rw-r--r-- | src/distutils2/command/install_distinfo.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/distutils2/command/install_distinfo.py b/src/distutils2/command/install_distinfo.py index 3f49848..0e30f09 100644 --- a/src/distutils2/command/install_distinfo.py +++ b/src/distutils2/command/install_distinfo.py @@ -54,9 +54,7 @@ class install_distinfo(Command): def finalize_options(self): self.set_undefined_options('install', - ('installer', 'installer'), - ('requested', 'requested'), - ('no_record', 'no_record')) + 'installer', 'requested', 'no_record') self.set_undefined_options('install_lib', ('install_dir', 'distinfo_dir')) |
