1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

GPIO able to be controlled by pin sysfs number like RPi.GPIO, close #65

This commit is contained in:
Robert Wolterman
2017-09-13 10:35:32 -05:00
parent e3a077bf82
commit e7db735a2f
9 changed files with 231 additions and 40 deletions

View File

@ -4,8 +4,13 @@ package: clean
python setup.py sdist bdist_wheel
python3 setup.py bdist_wheel
# PyPi Packaging
package3: package
@echo " ** PACKAGING FOR PYPI **"
python3 setup.py bdist_wheel
# PyPi Publishing
publish: package
publish: package package3
@echo " ** UPLOADING TO PYPI **"
twine upload dist/*