From a8f40cdc5af82baa9cc863568ad4a027dafdfa5c Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 30 Mar 2023 08:15:06 +0200 Subject: Fix Manifest --- .github/workflows/tests.yml | 2 +- .meta.toml | 3 ++- MANIFEST.in | 1 + 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"] 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 -- cgit v1.2.1