setup.cfg: Use universal wheel

This commit is contained in:
johnb 2014-11-05 15:03:23 -05:00
parent e85133a776
commit a137021b66

View file

@ -9,4 +9,7 @@ cover-package = sprockets.clients.statsd
verbose = 1
[flake8]
exclude = build,dist,doc,env
exclude = build,dist,doc,env
[wheel]
universal = 1