Skip to content

Commit fe9767c

Browse files
committed
setuptools: silence package discovery warnings
1 parent 8ad4c86 commit fe9767c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,19 @@ packages = [
6666
"cwl_utils.parser",
6767
"cwl_utils.tests",
6868
"cwl_utils.testdata",
69+
"cwl_utils.testdata.checker_wf",
70+
"cwl_utils.testdata.types",
71+
"cwl_utils.testdata.workflows",
6972
]
7073
include-package-data = true
7174

7275
[tool.setuptools.package-dir]
7376
"cwl_utils.parser" = "cwl_utils/parser"
7477
"cwl_utils.tests" = "tests"
7578
"cwl_utils.testdata" = "testdata"
79+
"cwl_utils.testdata.checker_wf" = "testdata/checker_wf"
80+
"cwl_utils.testdata.types" = "testdata/types"
81+
"cwl_utils.testdata.workflows" = "testdata/workflows"
7682

7783
[tool.setuptools.dynamic]
7884
version = {attr = "cwl_utils.__meta__.__version__"}

0 commit comments

Comments
 (0)