Use more standard name for one option of packaging’s install_distinfo

This commit is contained in:
Éric Araujo 2011-11-06 11:52:30 +01:00
parent ca9460324a
commit 438f21a406
3 changed files with 18 additions and 21 deletions

View file

@ -55,9 +55,7 @@ class install_dist(Command):
('install-data=', None,
"installation directory for data files"),
# Byte-compilation options -- see install_lib.py for details, as
# these are duplicated from there (but only install_lib does
# anything with them).
# Byte-compilation options -- see install_lib for details
('compile', 'c', "compile .py to .pyc [default]"),
('no-compile', None, "don't compile .py files"),
('optimize=', 'O',