Skip to content

Commit ec1779c

Browse files
Experiment with sources
1 parent 2bf8a4a commit ec1779c

File tree

172 files changed

+14
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+14
-2
lines changed

load_cwl_by_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cwl_utils/tests/load_cwl_by_path.py
1+
tests/load_cwl_by_path.py

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,28 @@ only-include = [
9292
"mypy-requirements.txt",
9393
"mypy-stubs",
9494
"README.rst",
95+
"tests",
96+
"testdata",
9597
"tox.ini"
9698
]
9799

100+
[tool.hatch.build.targets.sdist.sources]
101+
"tests" = "cwl_utils/tests"
102+
"testdata" = "cwl_utils/testdata"
103+
98104
[tool.hatch.build.targets.wheel]
99105
only-include = [
100106
"cwl_utils",
101107
"LICENSE",
102-
"README.rst"
108+
"README.rst",
109+
"tests",
110+
"testdata"
103111
]
104112

113+
[tool.hatch.build.targets.wheel.sources]
114+
"tests" = "cwl_utils/tests"
115+
"testdata" = "cwl_utils/testdata"
116+
105117
[tool.hatch.build.targets.wheel.hooks.mypyc]
106118
enable-by-default = false
107119
dependencies = [
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)