summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-08-29 17:24:27 +0200
committerMichael Howitz <mh@gocept.com>2022-09-07 08:17:17 +0200
commit4856f858f251eb8cd37ee4196a34506d74bbac54 (patch)
tree2c19425132a3df482714fb5ee4a443e6bd8c2f3e /.meta.toml
parenteeb26d081d6b66d97063e0df5320aa6c741170bd (diff)
downloadzope-contenttype-4856f858f251eb8cd37ee4196a34506d74bbac54.tar.gz
Add support for Python 3.9, 3.10; drop support for Python 3.4.
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.meta.toml b/.meta.toml
index a1afcfb..7ae0c42 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -17,3 +17,10 @@ use-flake8 = true
[coverage]
fail-under = 100
+
+[manifest]
+additional-rules = [
+ "recursive-include src *.types",
+ "recursive-include src *.types-1",
+ "recursive-include src *.types-2",
+ ]