Skip to content

Commit

Permalink
Merge pull request #26 from eggplants/fix-25
Browse files Browse the repository at this point in the history
Include openapi-generator.jar even in wheel
  • Loading branch information
wing328 authored Jan 23, 2025
2 parents 68d38f2 + 9653977 commit 692e86a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ requires-poetry = ">=2.0"
packages = [
{ include = "openapi_generator_cli" },
]
include = [ "openapi_generator_cli/*.jar" ]
include = [
{ path = "openapi_generator_cli/openapi-generator.jar", format = [ "sdist", "wheel" ] },
]

[tool.poetry.group.dev.dependencies]
mypy = ">=0.991,<1.15"
Expand Down

0 comments on commit 692e86a

Please sign in to comment.