]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
pyproject.toml: exclude meson templates
authorJakub Ružička <jakub.ruzicka@nic.cz>
Tue, 24 Sep 2024 09:10:23 +0000 (11:10 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 30 Sep 2024 09:16:07 +0000 (11:16 +0200)
Make sure constants.py.in and meson.build are excluded from
knot_resolver python module.

pyproject.toml

index 3b277fb5dca8419bb5868cbaa5a7d00f6fd2eea1..e545eaa0e07af87f44477f7d9dbcc64e2631108d 100644 (file)
@@ -18,6 +18,7 @@ documentation = "https://www.knot-resolver.cz/documentation"
 packages = [
     {include = "knot_resolver", from = "python"}
 ]
+exclude = ["**/*.in", "**/meson.build"]
 
 # See currently open issue about building C extensions here:
 # https://github.com/python-poetry/poetry/issues/2740