diff options
| author | Greg Ward <gward@python.net> | 2000-09-25 01:41:15 +0000 |
|---|---|---|
| committer | Greg Ward <gward@python.net> | 2000-09-25 01:41:15 +0000 |
| commit | 0881101deede0e48530b1245c88f396acc1cbf6f (patch) | |
| tree | dd6b499b3da12d9bed51c624cff59690e25ea512 /command/bdist_dumb.py | |
| parent | a9f1b90db48367bd932b4d19310d184a2e5cf317 (diff) | |
| download | python-setuptools-git-0881101deede0e48530b1245c88f396acc1cbf6f.tar.gz | |
Added 'boolean_options' list to support config file parsing.
Diffstat (limited to 'command/bdist_dumb.py')
| -rw-r--r-- | command/bdist_dumb.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/command/bdist_dumb.py b/command/bdist_dumb.py index 1fdbf425..520098db 100644 --- a/command/bdist_dumb.py +++ b/command/bdist_dumb.py @@ -32,6 +32,8 @@ class bdist_dumb (Command): "directory to put final built distributions in"), ] + boolean_options = ['keep-temp'] + default_format = { 'posix': 'gztar', 'nt': 'zip', } |
