summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatt Iversen <teh.ivo@gmail.com>2014-05-26 07:38:02 +1000
committerMatt Iversen <teh.ivo@gmail.com>2014-05-26 07:38:02 +1000
commit9ec47b0b6fb085c6654049432f1d97a675c85576 (patch)
treed98592b1f3032cb2db90b00db388826467e9ff54 /setup.cfg
parent1168580de4ee3d6038aeb021a17e4350a09c9daf (diff)
downloadboto-9ec47b0b6fb085c6654049432f1d97a675c85576.tar.gz
Update the wheel to be python 2 compatible only.
Indicating it's universal will imply that its also compatible with python 3. The `python-tag` var is available from 0.23
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 5e409001..bda6d79c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
-[wheel]
-universal = 1
+[bdist_wheel]
+python-tag = py2