Files
PySGP30/Makefile
Simon Albinsson 0a35ec2f76 Makefile: cleans old dist-dir before building
My somewhat ham-fisted usage of twine requires that there is just one
file in the dist-directory.
2018-04-23 08:37:12 +00:00

10 lines
160 B
Makefile

test:
python3 -m unittest discover
python2 -m unittest discover
uppload:
mkdir -p dist.old
mv dist/* dist.old/
python setup.py sdist
twine upload dist/*