summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRémy Greinhofer <remy.greinhofer@livelovely.com>2014-11-06 17:35:45 -0800
committerRémy Greinhofer <remy.greinhofer@livelovely.com>2014-11-06 17:40:32 -0800
commit22e978ed74164979c743b73c74d6ed5e88d29719 (patch)
tree3c4822addbafea86537d265469b08ca0fa6fcf64 /setup.cfg
parenta4192f5ce186c6b9cbee716a58047243599ea641 (diff)
downloadpy-amqp-22e978ed74164979c743b73c74d6ed5e88d29719.tar.gz
Creates a universal wheel package
The project supports Python 2 and Python 3, but the wheel package is Python 2 only. This change creates a universal wheel distribution compatible with both platforms.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 166292e..3979ee4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[nosetests]
where = amqp/tests
+
+[bdist_wheel]
+universal = 1