diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..9f4445676e66e68e70fca71b8a52bb9c988fc18a --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +upload_packages: + cd common && python setup.py sdist bdist_wheel --universal upload --sign -i $(MAINTAINER) -r pypi + cd client && python setup.py sdist bdist_wheel --universal upload --sign -i $(MAINTAINER) -r pypi + cd server && python setup.py sdist bdist_wheel --universal upload --sign -i $(MAINTAINER) -r pypi