diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2012-09-15 11:41:09 -0400 |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2012-09-15 11:41:09 -0400 |
| commit | 3ecfd31a0f6a727f7119efcbf5f657946928c051 (patch) | |
| tree | 2c8183bcf61b86e9d594604a881f7c3a5916662e /setup.py | |
| parent | 91678ce3379e2243ad51545d2e46be3cc0f2e310 (diff) | |
| download | wheel-git-3ecfd31a0f6a727f7119efcbf5f657946928c051.tar.gz | |
port to argparse (doesn't work yet)
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
