Add pieces to allow PyPi package publish

This commit is contained in:
Karl Moos
2020-10-25 07:24:43 -05:00
parent 038f6a823f
commit 9218ff1549
3 changed files with 77 additions and 1 deletions

3
make-and-publish-package.sh Executable file
View File

@@ -0,0 +1,3 @@
rm -fr dist
python setup.py sdist
twine upload dist/*