c44f4dc657
Commit log: https://github.com/ShailChoksi/text2digits/compare/d96df03...v0.1.2 PR: 296073 Sponsored by: UNIS Labs
11 lines
339 B
TOML
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 = ["."]
|
|
|
|
# ---------------------------------------------------------------------------
|