diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6d7199b --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +tests: + py.test tests +init: + pip install -r requirements.txt +publish: + python setup.py register + python setup.py sdist upload + python setup.py bdist_wheel --universal upload + rm -fr build dist .egg records.egg-info \ No newline at end of file