update for upload to pypi
[ieee754fpu.git] / Makefile
index c32d0657641e3d49590c649dd78db0f4de7e9113..5ddf6b68756053a3ccf7e0c0bdbd8266d717755f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
 PYTHON3 ?= "python3"
+
 gitupdate:
        git submodule init
        git submodule update --recursive
@@ -8,3 +9,6 @@ install:
 
 test:
        $(PYTHON3) setup.py test # could just run nosetest3...
+
+pypiupload:
+       $(PYTHON3) setup.py sdist upload