diff --git a/Makefile b/Makefile index 7521a6d88..2b83f8948 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,5 @@ test: rm -f .coverage @nosetests -sv --with-coverage ./tests/ +publish: + python setup.py sdist bdist_wheel upload diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..3480374bc --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1 \ No newline at end of file