Skip to content

Commit

Permalink
fix: add entrypoint to packaging (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Usiskin <[email protected]>
  • Loading branch information
jusiskin authored Nov 1, 2023
1 parent eb6f2cd commit 55cc90a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ only-include = [
"src/openjd",
]

[tool.hatch.build.targets.sdist.force-include]
"src/openjd/__main__.py" = "openjd/__main__.py"

[tool.hatch.build.targets.wheel]
packages = [
"src/openjd",
Expand All @@ -60,6 +63,9 @@ only-include = [
"src/openjd",
]

[tool.hatch.build.targets.wheel.force-include]
"src/openjd/__main__.py" = "openjd/__main__.py"

[tool.mypy]
check_untyped_defs = false
show_error_codes = false
Expand Down

0 comments on commit 55cc90a

Please sign in to comment.