X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/4ccfdabe53cd795fe1e74b704c15da311986ecaf..957fc59fe85f6c3ad18fe279699db2e614a1d036:/Makefile diff --git a/Makefile b/Makefile index a334ad5..fc24f65 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,8 @@ all: clean: rm *.pyc +package: + python setup.py sdist + +upload-package: + python setup.py sdist upload