diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..05581ed --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +publish: + python setup.py register + python setup.py sdist upload + python setup.py bdist_wheel upload