We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b0227d + 5acf312 commit c5f85feCopy full SHA for c5f85fe
1 file changed
pyproject.toml
@@ -45,7 +45,14 @@ Homepage = "https://github.com/cppalliance/cppa-weblate-plugin"
45
Repository = "https://github.com/cppalliance/cppa-weblate-plugin"
46
Issues = "https://github.com/cppalliance/cppa-weblate-plugin/issues"
47
48
+[tool.check-manifest]
49
+ignore = [
50
+ "*.yaml",
51
+ "*.yml",
52
+ ".editorconfig"
53
+]
54
+
55
[tool.uv.build-backend]
56
module-name = "boost_weblate"
57
module-root = "src"
-source-include = ["docs/**"]
58
+source-include = ["docs/**", "settings-override.py"]
0 commit comments