diff options
author | Kali Kaneko <kali@leap.se> | 2017-07-14 16:34:35 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-14 16:34:35 +0200 |
commit | 76d9897cf3e54ef36d3c80134e5d939e60c45790 (patch) | |
tree | 39f7435061d2afd2f33f1561aea363f1cd5961de | |
parent | 909ecc50b7569978d3921a7fe6d2e426fac8d30d (diff) |
[pkg] add makefile for uploading pkg
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cbf2ec9 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +.PHONY: upload +default: + # doing nothing. try 'make upload' +upload: + python setup.py sdist bdist_wheel --universal upload --sign -i kali@leap.se -r pypi |