From: Mike Bayer Date: Fri, 15 Nov 2013 02:18:44 +0000 (-0500) Subject: do the wheel thing X-Git-Tag: rel_0_9_0~122^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02a58b5112b72667eedb7a2a9256f14954777cfb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git do the wheel thing --- diff --git a/setup.cfg b/setup.cfg index 61c868a163..feaa1cdde7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,9 @@ [egg_info] tag_build = dev +[wheel] +universal = 1 + [nosetests] with-sqla_testing = true exclude = ^examples