diff --git a/Makefile b/Makefile index 7521a6d8..2b83f894 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 00000000..3480374b --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1 \ No newline at end of file