summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/sdist.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-09-25 01:41:15 (GMT)
committerGreg Ward <gward@python.net>2000-09-25 01:41:15 (GMT)
commit99b032eaf24e1887f6451eceea7f1e24ced05a0f (patch)
tree759136a87badad9d9c87e9b6a3e4ff5180a2d9ed /Lib/distutils/command/sdist.py
parent817dc098efd0c2cba674cee32950fc5626e12881 (diff)
downloadcpython-99b032eaf24e1887f6451eceea7f1e24ced05a0f.zip
cpython-99b032eaf24e1887f6451eceea7f1e24ced05a0f.tar.gz
cpython-99b032eaf24e1887f6451eceea7f1e24ced05a0f.tar.bz2
Added 'boolean_options' list to support config file parsing.
Diffstat (limited to 'Lib/distutils/command/sdist.py')
-rw-r--r--Lib/distutils/command/sdist.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py
index 9b9f606..ec443a3 100644
--- a/Lib/distutils/command/sdist.py
+++ b/Lib/distutils/command/sdist.py
@@ -67,6 +67,9 @@ class sdist (Command):
"[default: dist]"),
]
+ boolean_options = ['use-defaults', 'prune',
+ 'manifest-only', 'force-manifest',
+ 'keep-tree']
help_options = [
('help-formats', None,