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

Updating the Makefile to aid in the package and publish to pypi

This commit is contained in:
Robert Wolterman
2016-12-02 01:15:01 +00:00
parent cf9916018b
commit 3cd69cfe93

View File

@ -1,8 +1,11 @@
time:
/usr/bin/ntpdate -b -s -u pool.ntp.org
publish: clean
python setup.py sdist upload
package: clean
python setup.py sdist
publish: package
twine upload dist/*
clean:
rm -rf CHIP_IO.* build dist