Skip to content

Commit 1e63db2

Browse files
authored
Merge pull request #24 from joelddiaz/fix-build
fix hatch build
2 parents 8f6e9c2 + b336926 commit 1e63db2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ path = ".venv-test"
6262
[tool.hatch.envs.test.scripts]
6363
unit = "python -m unittest tests/*.py"
6464

65+
[tool.hatch.build.targets.wheel]
66+
packages = ["crossplane"]
67+
6568
[tool.ruff]
6669
target-version = "py311"
6770
exclude = ["crossplane/function/proto/*"]

0 commit comments

Comments
 (0)