Feature/display version (#2)

* --version and version displays the version
This commit is contained in:
Dave Gallant
2018-03-14 00:58:39 -04:00
committed by GitHub
parent 1ba2aa54fd
commit 803fa0affa
8 changed files with 49 additions and 5 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
build:
rm -rf dist/
python setup.py sdist
push_test:
twine upload -r testpypi dist/*.tar.gz
push_prod:
twine upload dist/*.tar.gz