diff options
author | Éric Araujo <merwok@netwok.org> | 2011-11-06 10:52:30 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-11-06 10:52:30 (GMT) |
commit | 438f21a406b0834acd4e37ba83cd8cc27af5ae79 (patch) | |
tree | 262cb58eb68f9d8da184035f980b4921022a6f18 /Lib/packaging/command/install_dist.py | |
parent | ca9460324adb9e744abf95bd57ce1bfca248313f (diff) | |
download | cpython-438f21a406b0834acd4e37ba83cd8cc27af5ae79.zip cpython-438f21a406b0834acd4e37ba83cd8cc27af5ae79.tar.gz cpython-438f21a406b0834acd4e37ba83cd8cc27af5ae79.tar.bz2 |
Use more standard name for one option of packaging’s install_distinfo
Diffstat (limited to 'Lib/packaging/command/install_dist.py')
-rw-r--r-- | Lib/packaging/command/install_dist.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/packaging/command/install_dist.py b/Lib/packaging/command/install_dist.py index ce7015e..c54da6f 100644 --- a/Lib/packaging/command/install_dist.py +++ b/Lib/packaging/command/install_dist.py @@ -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', |