diff options
author | Charlie Denton <charleswdenton@gmail.com> | 2012-05-21 13:55:43 -0700 |
---|---|---|
committer | Charlie Denton <charleswdenton@gmail.com> | 2012-05-21 13:55:43 -0700 |
commit | a76af4820ce71e1b0fd0052f0cf39690a34b680c (patch) | |
tree | 32510453a5122cff28c43a7f5d9982dfeec70f47 /Makefile | |
parent | 4867d6bd6484c6bc1a263e49c3b08f3cfa30ff1d (diff) | |
parent | 9fe90235c8fc41b2450fc585bbe57cfe92f69f7b (diff) | |
download | django-wkhtmltopdf-a76af4820ce71e1b0fd0052f0cf39690a34b680c.tar.gz django-wkhtmltopdf-a76af4820ce71e1b0fd0052f0cf39690a34b680c.tar.bz2 django-wkhtmltopdf-a76af4820ce71e1b0fd0052f0cf39690a34b680c.zip |
Merge pull request #6 from incuna/develop
Fix tmp_files & tidy up response object
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c5f9321 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +SHELL := /bin/bash + +release: + python setup.py register sdist upload + |