summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-10-27 16:05:17 -0400
committerDaniel Holth <dholth@fastmail.fm>2012-10-27 16:05:17 -0400
commitcdf6aa4f51d105d2bc1f56e70f2dbec368b72568 (patch)
tree90fb5d2339affcc841fd78bc7f157e5ac461ac0e /setup.cfg
parent36163cce48183bd903eb50f50a1c3db3a0eae190 (diff)
downloadwheel-git-cdf6aa4f51d105d2bc1f56e70f2dbec368b72568.tar.gz
use jwk instead of key in signatures
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6a21624..617db52 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,7 +14,7 @@ provides-extra =
requires-dist =
distribute >= 0.6.28
markerlib
- argparse; python_version < '2.7'
+ argparse; python_version == '2.6'
keyring; extra == 'signatures'
dirspec; sys.platform != 'win32' and extra == 'signatures'
ed25519ll; extra == 'faster-signatures'