Files
ports/textproc/py-text2digits/files/patch-pyproject.toml
T
2026-06-15 22:48:05 +03:00

11 lines
339 B
TOML

--- pyproject.toml.orig 2026-06-15 17:11:21 UTC
+++ pyproject.toml
@@ -27,6 +27,7 @@ Funding = "https://www.paypal.me/careless25"
Funding = "https://www.paypal.me/careless25"
[tool.setuptools.packages.find]
+exclude = ["tests", "tests.*"]
where = ["."]
# ---------------------------------------------------------------------------