diff options
author | Michael Howitz <mh@gocept.com> | 2023-03-30 08:15:06 +0200 |
---|---|---|
committer | Michael Howitz <mh@gocept.com> | 2023-03-30 08:15:06 +0200 |
commit | a8f40cdc5af82baa9cc863568ad4a027dafdfa5c (patch) | |
tree | ec6bb98844f6eae0cad5c645eba4a181d9d7ba57 | |
parent | 816aef9c20abf430016a5b339a74494831344a97 (diff) | |
download | zope-traversing-a8f40cdc5af82baa9cc863568ad4a027dafdfa5c.tar.gz |
-rw-r--r-- | .github/workflows/tests.yml | 2 | ||||
-rw-r--r-- | .meta.toml | 3 | ||||
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
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"] @@ -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 @@ -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 |