summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 89f3026e5aacb9e1a3b610384962d30f19b3ec26 (plain)
1
2
3
4
5
6
[wheel]
universal = 1

; Publish a universal wheel to PyPI:
;   $ pip install -U pip wheel
;   $ python setup.py sdist bdist_wheel upload