By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run `python setup.py clean sdist bdist_wheel upload`.
3 lines
28 B
INI
3 lines
28 B
INI
[bdist_wheel]
|
|
universal = 1
|