Files
PySGP30/Makefile
Simon Albinsson 33dec0df92 Readme: Attempt to switch from md to rst
Adding the type annotation to setup.py didn't seem to help. Lets see if
restructured text renders better than md.
2018-04-22 20:24:15 +00:00

8 lines
120 B
Makefile

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