summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--.meta.toml3
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.cfg2
4 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 2ca497a..d8889f3 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11", "py311"]
- - ["pypy-3.7", "pypy3"]
+ - ["pypy-3.9", "pypy3"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
diff --git a/.meta.toml b/.meta.toml
index 5a70e7f..191ff9c 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
-commit-id = "d03ad585"
+commit-id = "66322213"
[python]
with-windows = false
@@ -31,6 +31,7 @@ additional-config = [
[manifest]
additional-rules = [
+ "include *.yaml",
"recursive-include src *.zcml",
]
diff --git a/MANIFEST.in b/MANIFEST.in
index ac5aac0..503fdef 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -12,4 +12,5 @@ recursive-include docs *.txt
recursive-include docs Makefile
recursive-include src *.py
+include *.yaml
recursive-include src *.zcml
diff --git a/setup.cfg b/setup.cfg
index 043841c..37003e3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,7 @@ ignore =
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
-known_third_party = six, docutils, pkg_resources
+known_third_party = docutils, pkg_resources, pytz
known_zope =
known_first_party =
default_section = ZOPE