Merge pull request #4041 from jdufresne/bdist_wheel

Add setup.cfg to declare wheel as universal
This commit is contained in:
Cory Benfield
2017-05-20 08:11:11 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ idna:
publish:
pip install 'twine>=1.5.0'
python setup.py sdist
python setup.py bdist_wheel --universal
python setup.py sdist bdist_wheel
twine upload dist/*
rm -fr build dist .egg requests.egg-info
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1