Add setup.cfg to support the wheel format

This commit is contained in:
Florent Xicluna 2014-04-27 00:27:56 +02:00
parent 94b59d327e
commit cdeb482a68

6
setup.cfg Normal file
View file

@ -0,0 +1,6 @@
[wheel]
universal = 1
; Publish a universal wheel to PyPI:
; $ pip install -U pip wheel
; $ python setup.py sdist bdist_wheel upload