From 5acf312e6a9fe88c47f857024da25fbe1e1bdcfa Mon Sep 17 00:00:00 2001 From: whisper67265 Date: Tue, 12 May 2026 09:11:31 -0600 Subject: [PATCH] Fix CI fail --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb3ce95..743e6d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,14 @@ Homepage = "https://github.com/cppalliance/cppa-weblate-plugin" Repository = "https://github.com/cppalliance/cppa-weblate-plugin" Issues = "https://github.com/cppalliance/cppa-weblate-plugin/issues" +[tool.check-manifest] +ignore = [ + "*.yaml", + "*.yml", + ".editorconfig" +] + [tool.uv.build-backend] module-name = "boost_weblate" module-root = "src" -source-include = ["docs/**"] +source-include = ["docs/**", "settings-override.py"]