We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad4c86 commit fe9767cCopy full SHA for fe9767c
pyproject.toml
@@ -66,13 +66,19 @@ packages = [
66
"cwl_utils.parser",
67
"cwl_utils.tests",
68
"cwl_utils.testdata",
69
+ "cwl_utils.testdata.checker_wf",
70
+ "cwl_utils.testdata.types",
71
+ "cwl_utils.testdata.workflows",
72
]
73
include-package-data = true
74
75
[tool.setuptools.package-dir]
76
"cwl_utils.parser" = "cwl_utils/parser"
77
"cwl_utils.tests" = "tests"
78
"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"
82
83
[tool.setuptools.dynamic]
84
version = {attr = "cwl_utils.__meta__.__version__"}
0 commit comments