diff options
author | Thomas Grainger <tagrain@gmail.com> | 2015-08-16 14:29:50 +0100 |
---|---|---|
committer | Thomas Grainger <tagrain@gmail.com> | 2015-08-16 14:29:50 +0100 |
commit | c0099dfbd35c2ad8a83d0a0881f11a6e2b0556ef (patch) | |
tree | 6e295612fa407507093de59c93425060a866b098 | |
parent | 10cacef2c0e077e9647e5b195d641f37d1aca306 (diff) | |
download | sqlalchemy-pr/195.tar.gz |
Build universal wheelspr/195
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ [egg_info] tag_build = dev +[bdist_wheel] +universal = 1 [nosetests] with-sqla_testing = true |