Skip to content

Commit f01fe67

Browse files
author
Adam Chainz
committed
Release as a universal wheel
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`.
1 parent 6e2d7e4 commit f01fe67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ cover-erase = 1
66
cover-branches = 1
77
cover-inclusive = 1
88
cover-min-percentage = 70
9+
[bdist_wheel]
10+
universal = 1

0 commit comments

Comments
 (0)