summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <novy@ondrej.org>2019-01-07 13:13:34 +0100
committerChris Dent <chris.dent@gmail.com>2019-01-07 12:13:34 +0000
commit596ec6804b1ad649542da3d8d8fe0cabcf22123f (patch)
tree8cc78126fd760f7998f8a30b6a728f8a406216b3
parentcddb423555f874f30e59a40e2d47364c92d22f12 (diff)
downloadpastedeploy-git-596ec6804b1ad649542da3d8d8fe0cabcf22123f.tar.gz
Include license a tests in PyPi releases (#22)
* Include license.txt in PyPi release * Include tests in PyPi release
-rw-r--r--MANIFEST.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7a2ffb9..8586f10 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,7 @@
include docs/*.txt
-recursive-include paste/deploy/paster_templates *
+include license.txt
+graft tests
+graft paste/deploy/paster_templates
+
+global-exclude __pycache__ *.py[cod]
+global-exclude .DS_Store