Skip to content

Commit 34c7777

Browse files
authored
Merge pull request #29 from OpenAPITools/add-artifacts
fix: include jar file when building package with hatching
2 parents 668633f + dae40df commit 34c7777

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)