summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-09-15 11:41:09 -0400
committerDaniel Holth <dholth@fastmail.fm>2012-09-15 11:41:09 -0400
commit3ecfd31a0f6a727f7119efcbf5f657946928c051 (patch)
tree2c8183bcf61b86e9d594604a881f7c3a5916662e /setup.py
parent91678ce3379e2243ad51545d2e46be3cc0f2e310 (diff)
downloadwheel-git-3ecfd31a0f6a727f7119efcbf5f657946928c051.tar.gz
port to argparse (doesn't work yet)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b10d472..736daa7 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(name='wheel',
extras_require={
'signatures': [],
'faster-signatures': ['ed25519ll'],
- 'tool': ['baker', 'keyring', 'dirspec']
+ 'tool': ['keyring', 'dirspec'] # argparse if Python < 2.7
},
include_package_data=True,
zip_safe=False,