From 22e978ed74164979c743b73c74d6ed5e88d29719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Greinhofer?= Date: Thu, 6 Nov 2014 17:35:45 -0800 Subject: 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. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1