1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-19 12:23:22 +00:00

Adding the ability to generate wheel packages for uploading to pypi, thanks to help from pztrick. This will close #77

This commit is contained in:
Robert Wolterman
2017-09-02 21:04:24 -05:00
parent 6af974c113
commit a0b2ac12a6
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# PyPi Packaging
package: clean
@echo " ** PACKAGING FOR PYPI **"
python setup.py sdist
python setup.py sdist bdist_wheel
python3 setup.py bdist_wheel
# PyPi Publishing
publish: package

6
setup.cfg Normal file
View File

@ -0,0 +1,6 @@
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE