summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-11-14 21:18:44 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-11-14 21:18:44 -0500
commit02a58b5112b72667eedb7a2a9256f14954777cfb (patch)
treed9e97c7e70efb4c4cdab5646143adf260909de58
parentfefa2f5d57301f86136233a485624f0d083236d9 (diff)
downloadsqlalchemy-02a58b5112b72667eedb7a2a9256f14954777cfb.tar.gz
do the wheel thing
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 61c868a16..feaa1cdde 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