1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Fri, 9 Aug 2024 16:40:20 +0000
Subject: Include flexparser.testsuite
Forwarded: https://github.com/hgrecco/flexparser/pull/9
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 15e46ae..e2f5055 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ flexparser = ["py.typed"]
Homepage = "https://github.com/hgrecco/flexparser"
[tool.setuptools]
-packages = ["flexparser"]
+packages = ["flexparser", "flexparser.testsuite"]
[tool.setuptools.dynamic]
dependencies = {file = "requirements.txt"}
|