Add README and build script

This commit is contained in:
2019-09-10 02:32:11 +00:00
parent 52ed901270
commit d379d2c138
3 changed files with 105 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
rm -r dist
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*