diff options
| author | ?ric Araujo <merwok@netwok.org> | 2010-08-15 06:37:28 +0200 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2010-08-15 06:37:28 +0200 |
| commit | 0050a5e28142cc3bdf75c76a18c27b67a7d46a48 (patch) | |
| tree | e6693382d8aa600d81b6f16614b7d71fb995c394 /src/distutils2/command | |
| parent | 9d8d7b8bc867a0e4d0ca51a64c28c56657962165 (diff) | |
| download | disutils2-0050a5e28142cc3bdf75c76a18c27b67a7d46a48.tar.gz | |
Fix description (casing mismatch noticed by Konrad)
Diffstat (limited to 'src/distutils2/command')
| -rw-r--r-- | src/distutils2/command/install_distinfo.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/distutils2/command/install_distinfo.py b/src/distutils2/command/install_distinfo.py index 0e30f09..d39b7a1 100644 --- a/src/distutils2/command/install_distinfo.py +++ b/src/distutils2/command/install_distinfo.py @@ -25,9 +25,8 @@ except ImportError: class install_distinfo(Command): - """Install a .dist-info directory for the package""" - description = 'Install a .dist-info directory for the package' + description = 'install a .dist-info directory for the distribution' user_options = [ ('distinfo-dir=', None, |
