summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-02-14 11:19:30 +0100
committerMichael Howitz <mh@gocept.com>2020-02-14 11:19:30 +0100
commit735bb4ee6ce9d8ef2af79e5b457d1dfff821ca42 (patch)
treea61c543d806d4a11c360f75ece4e30cb2e09e1ac /MANIFEST.in
parent63edc73a45823988ab34c4aec16090fc6024c3ec (diff)
downloadzope-security-735bb4ee6ce9d8ef2af79e5b457d1dfff821ca42.tar.gz
Pimp MANIFEST + render missing lines as HTML report.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in17
1 files changed, 8 insertions, 9 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1c748dc..3db8c41 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,13 +6,12 @@ include appveyor.yml
include .travis.yml
include tox.ini
include buildout.cfg
+include *.sh
+recursive-include docs *.bat
+recursive-include docs *.py
+recursive-include docs *.rst
+recursive-include docs Makefile
+recursive-include src *.py
+recursive-include src *.zcml
-recursive-include docs *
-recursive-include src *
-
-global-exclude *.dll
-global-exclude *.pyc
-global-exclude *.pyo
-global-exclude *.so
-
-prune docs/_build
+prune docs/_static