summaryrefslogtreecommitdiff
path: root/distutils2/dist.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-11-14 00:52:51 +0100
committerTarek Ziade <tarek@ziade.org>2010-11-14 00:52:51 +0100
commit899d530dfa97a609a84ae81fc9dc466e54cdfa38 (patch)
treed7a77f13f6eaef93c465d2c183274b3a333834d3 /distutils2/dist.py
parentda85407945c9607a7af98aa29b6da788f3028253 (diff)
downloaddisutils2-899d530dfa97a609a84ae81fc9dc466e54cdfa38.tar.gz
added optparse in the main script
Diffstat (limited to 'distutils2/dist.py')
-rw-r--r--distutils2/dist.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/distutils2/dist.py b/distutils2/dist.py
index 67b3f8f..47bf750 100644
--- a/distutils2/dist.py
+++ b/distutils2/dist.py
@@ -389,10 +389,7 @@ Common commands: (see '--help-commands' for more)
This includes options that are recognized *only* at the top
level as well as options recognized for commands.
"""
- return self.global_options + [
- ("command-packages=", None,
- "list of packages that provide distutils commands"),
- ]
+ return self.global_options
def _parse_command_opts(self, parser, args):
"""Parse the command-line options for a single command.