add pypi upload to Makefile
[nmutil.git] / Makefile
index e33b6229be056efd976e993a14d0095ac2c6f5d2..0e4eb514e75a256257f89ad7ff4c46f7614987ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,6 @@ install:
 
 test:
        $(PYTHON3) setup.py test # could just run nosetest3...
+
+pypiupload:
+       $(PYTHON3) setup.py sdist upload