From 1023b390a4cf2886cf320ba6aef2ae1ecbbde673 Mon Sep 17 00:00:00 2001 From: Josip Djolonga Date: Thu, 22 Jul 2010 16:20:49 +0200 Subject: Added more tests --- src/distutils2/command/install_distinfo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/distutils2/command') diff --git a/src/distutils2/command/install_distinfo.py b/src/distutils2/command/install_distinfo.py index e5b1665..0262061 100644 --- a/src/distutils2/command/install_distinfo.py +++ b/src/distutils2/command/install_distinfo.py @@ -27,13 +27,13 @@ class install_distinfo(Command): description = 'Install a .dist-info directory for the package' user_options = [ - ('dist-info-dir=', None, + ('distinfo-dir=', None, 'directory where the the .dist-info directory will ' 'be installed'), ('installer=', None, 'the name of the installer'), ('requested', None, 'generate a REQUESTED file'), ('no-requested', None, 'do not generate a REQUESTED file'), - ('no-dist-record', None, 'do not generate a RECORD file'), + ('no-distinfo-record', None, 'do not generate a RECORD file'), ] boolean_options = [ -- cgit v1.2.1