File: 0001-Include-flexparser.testsuite.patch

package info (click to toggle)
flexparser 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 380 kB
  • sloc: python: 2,558; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (2)
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"}