From 3ab32ecf6a17b574bd28d9abb4155580caf3191c Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 2 Oct 2015 00:39:12 +0100 Subject: Support universal wheels --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index c319dc7..ea88702 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,3 +2,6 @@ test_module = extras.tests buffer=1 catch=1 + +[bdist_wheel] +universal = 1 -- cgit v1.2.1