Files
rfd/Makefile
Dave Gallant 803fa0affa Feature/display version (#2)
* --version and version displays the version
2018-03-14 00:58:39 -04:00

11 lines
138 B
Makefile

build:
rm -rf dist/
python setup.py sdist
push_test:
twine upload -r testpypi dist/*.tar.gz
push_prod:
twine upload dist/*.tar.gz