We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f6e9c2 + b336926 commit 1e63db2Copy full SHA for 1e63db2
1 file changed
pyproject.toml
@@ -62,6 +62,9 @@ path = ".venv-test"
62
[tool.hatch.envs.test.scripts]
63
unit = "python -m unittest tests/*.py"
64
65
+[tool.hatch.build.targets.wheel]
66
+packages = ["crossplane"]
67
+
68
[tool.ruff]
69
target-version = "py311"
70
exclude = ["crossplane/function/proto/*"]
0 commit comments