@@ -77,65 +77,26 @@ addopts = "-rsx -n auto"
7777path = " cwl_utils/__meta__.py"
7878
7979[tool .hatch .build .targets .sdist ]
80- include = [
81- " /README.rst" ,
82- " /Makefile" ,
83- " /LICENSE" ,
84- " /*requirements.txt" ,
85- " /cwl_utils/**.py" ,
86- " /cwl_utils/*.js" ,
87- " /cwl_utils/parser/*.py" ,
88- " /cwl_utils/tests/**.py" ,
89- " /cwl_utils/templates/*" ,
90- " /cwl_utils/testdata/*.cwl" ,
91- " /cwl_utils/testdata/*.yaml" ,
92- " /cwl_utils/testdata/*.yml" ,
93- " /cwl_utils/testdata/*.input" ,
94- " /cwl_utils/testdata/*.json" ,
95- " /cwl_utils/testdata/*.ttl" ,
96- " /cwl_utils/testdata/*.owl" ,
97- " /cwl_utils/testdata/*.js" ,
98- " /cwl_utils/testdata/remote-cwl/*.cwl" ,
99- " /cwl_utils/testdata/workflows/*.cwl" ,
100- " /cwl_utils/testdata/workflows/*.yaml" ,
101- " /cwl_utils/testdata/types/*.yml" ,
102- " /cwl_utils/testdata/checker_wf/*.cwl" ,
103- " /cwl_utils/testdata/extensions/*.cwl" ,
104- " /cwl_utils/py.typed" ,
105- " /docs/conf.py" ,
106- " /docs/Makefile" ,
107- " /docs/_static/favicon.ico" ,
108- " /docs/requirements.txt" ,
109- " /docs/*.rst" ,
110- " /create_cwl_from_objects.py" ,
111- " /load_cwl_by_path.py" ,
80+ packages = [ " cwl_utils" , " docs" , " mypy-stubs" ]
81+ only-include = [
82+ " .flake8" ,
83+ " .coveragerc" ,
84+ " create_cwl_from_objects.py" ,
85+ " CONTRIBUTING.md" ,
86+ " load_cwl_by_path.py" ,
87+ " README.rst" ,
88+ " Makefile" ,
89+ " mypy.ini" ,
90+ " LICENSE" ,
91+ " tox.ini"
11292]
11393
11494[tool .hatch .build .targets .wheel ]
115- include = [
116- " /README.rst" ,
117- " /Makefile" ,
118- " /LICENSE" ,
119- " /cwl_utils/**.py" ,
120- " /cwl_utils/*.js" ,
121- " /cwl_utils/parser/*.py" ,
122- " /cwl_utils/tests/**.py" ,
123- " /cwl_utils/templates/*" ,
124- " /cwl_utils/testdata/*.cwl" ,
125- " /cwl_utils/testdata/*.yaml" ,
126- " /cwl_utils/testdata/*.yml" ,
127- " /cwl_utils/testdata/*.input" ,
128- " /cwl_utils/testdata/*.json" ,
129- " /cwl_utils/testdata/*.ttl" ,
130- " /cwl_utils/testdata/*.owl" ,
131- " /cwl_utils/testdata/*.js" ,
132- " /cwl_utils/testdata/remote-cwl/*.cwl" ,
133- " /cwl_utils/testdata/workflows/*.cwl" ,
134- " /cwl_utils/testdata/workflows/*.yaml" ,
135- " /cwl_utils/testdata/types/*.yml" ,
136- " /cwl_utils/testdata/checker_wf/*.cwl" ,
137- " /cwl_utils/testdata/extensions/*.cwl" ,
138- " /cwl_utils/py.typed" ,
95+ packages = [ " cwl_utils" ]
96+ only-include = [
97+ " README.rst" ,
98+ " Makefile" ,
99+ " LICENSE"
139100]
140101
141102[tool .hatch .build .targets .wheel .hooks .mypyc ]
0 commit comments