Skip to content

Commit dae40df

Browse files
committed
fix: include jar file when building package with hatching
1 parent 668633f commit dae40df

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,16 @@ dev = [
4949
[tool.hatch.build.targets.sdist]
5050
include = [
5151
"openapi_generator_cli",
52+
]
53+
artifacts = [
5254
"openapi_generator_cli/openapi-generator.jar",
5355
]
5456

5557
[tool.hatch.build.targets.wheel]
5658
include = [
5759
"openapi_generator_cli",
60+
]
61+
artifacts = [
5862
"openapi_generator_cli/openapi-generator.jar",
5963
]
6064

0 commit comments

Comments
 (0)