Skip to content

Commit

Permalink
Make check-manifest happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Sep 27, 2024
1 parent abbf3b1 commit 2dd08bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "32ea0a11"
commit-id = "85622de1"

[python]
with-windows = true
Expand Down Expand Up @@ -37,6 +37,8 @@ additional-config = [
additional-rules = [
"include *.yaml",
"include *.sh",
"recursive-include docs *.bat",
"recursive-include patches *.diff",
"recursive-include patches *.patch",
"recursive-include src *.c",
]
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ recursive-include docs Makefile
recursive-include src *.py
include *.yaml
include *.sh
recursive-include docs *.bat
recursive-include patches *.diff
recursive-include patches *.patch
recursive-include src *.c
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
requires = ["setuptools<74"]
build-backend = "setuptools.build_meta"

[tool.coverage]
[tool.coverage.run]
branch = true
source = ["zodbpickle"]
Expand Down

0 comments on commit 2dd08bb

Please sign in to comment.