X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/8b4c6c9577d3d4ccdcd30c71a334cbc62e71179e..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