From 475810754e05bb64ce27264d0a7e533355e07dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Flamary?= Date: Mon, 31 Oct 2016 09:57:32 +0100 Subject: [PATCH] update makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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/