X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/f7f331ca8166fd8b4a0c56f065d0021f954ee4c5..bf8352cb84782e000f2b7b831df5a9053d853548:/Makefile?ds=inline 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