Skip to content

Commit c5f85fe

Browse files
authored
Merge pull request #21 from whisper67265/Fix/ci-fail
Fix CI fail
2 parents 3b0227d + 5acf312 commit c5f85fe

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@ Homepage = "https://github.com/cppalliance/cppa-weblate-plugin"
4545
Repository = "https://github.com/cppalliance/cppa-weblate-plugin"
4646
Issues = "https://github.com/cppalliance/cppa-weblate-plugin/issues"
4747

48+
[tool.check-manifest]
49+
ignore = [
50+
"*.yaml",
51+
"*.yml",
52+
".editorconfig"
53+
]
54+
4855
[tool.uv.build-backend]
4956
module-name = "boost_weblate"
5057
module-root = "src"
51-
source-include = ["docs/**"]
58+
source-include = ["docs/**", "settings-override.py"]

0 commit comments

Comments
 (0)