diff options
author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-07-27 16:31:57 +0100 |
---|---|---|
committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-07-27 16:31:57 +0100 |
commit | 111c43882d156d4dd307e9f9c3298839c7955e7a (patch) | |
tree | 90d450ded19db2c1f9199743249ec9bd847edbae /MANIFEST.in | |
parent | 36a349a93ccfa5afa68b51214e1d6582cb1f5383 (diff) | |
download | django-wkhtmltopdf-111c43882d156d4dd307e9f9c3298839c7955e7a.tar.gz django-wkhtmltopdf-111c43882d156d4dd307e9f9c3298839c7955e7a.tar.bz2 django-wkhtmltopdf-111c43882d156d4dd307e9f9c3298839c7955e7a.zip |
Exclude tests file from distributions as well.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 234eb1f..3f82fe9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include README.rst recursive-include * *.html +exclude wkhtmltopdf/tests.py recursive-exclude testproject * |