aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index be64b06..411aa8d 100644
--- a/makefile
+++ b/makefile
@@ -7,14 +7,17 @@ install:
.PHONY : deploy
deploy:
python setup.py register
+ python setup.py sdist --manifest-only
python setup.py sdist --formats zip,gztar upload
.PHONY : build
build:
+ python setup.py sdist --manifest-only
python setup.py sdist --formats zip,gztar
.PHONY : build-win
build-win:
+ python setup.py sdist --manifest-only
python setup.py bdist_wininst
.PHONY : docs