diff --git a/pyproject.toml b/pyproject.toml index 3c479ed..6000e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,9 @@ path = ".venv-test" [tool.hatch.envs.test.scripts] unit = "python -m unittest tests/*.py" +[tool.hatch.build.targets.wheel] +packages = ["crossplane"] + [tool.ruff] target-version = "py311" exclude = ["crossplane/function/proto/*"]