diff --git a/Makefile b/Makefile index c81763973..0b17082ad 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,11 @@ sremove : clean : $(PYTHON) setup.py clean + +uploadpypi: + python setup.py register + python setup.py sdist upload -r pypi + notebook : ipython notebook --matplotlib=inline --notebook-dir=examples/