update README.rst and Makefile

This commit is contained in:
long2ice
2020-05-15 11:45:28 +08:00
parent a99a06e563
commit 3f1fb5e04b
2 changed files with 16 additions and 2 deletions

View File

@@ -47,4 +47,9 @@ endif
python setup.py check -mrs
test: deps
$(py_warn) py.test
$(py_warn) py.test
publish: deps
rm -fR dist/
python setup.py sdist
twine upload dist/*