Merge pull request #24 from joelddiaz/fix-build

fix hatch build
This commit is contained in:
Bob Haddleton 2023-12-22 10:57:41 -06:00 committed by GitHub
commit 1e63db2926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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/*"]