Add setup.cfg for python wheels

See http://pythonwheels.com/

We support both Python 2 and Python 3 so setting universal to 1 tells wheel to make one file for both
pull/1281/head
Karl Hobley 2015-05-20 10:44:47 +01:00
rodzic e937d7a1a3
commit 486565332e
1 zmienionych plików z 2 dodań i 0 usunięć

2
setup.cfg 100644
Wyświetl plik

@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1