]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
do the wheel thing
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Nov 2013 02:18:44 +0000 (21:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Nov 2013 02:18:44 +0000 (21:18 -0500)
setup.cfg

index 61c868a1634d9f567380a2dddd05985dd29264a6..feaa1cdde7a1a47d2816064a2e69db8762b21d61 100644 (file)
--- 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