mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
Fix hatch build
This commit is contained in:
@@ -42,14 +42,11 @@ lint = [{cmd = "black --check ."}, {cmd = "isort --check-only ."}, {ref = "lint-
|
|||||||
lint-types = "mypy --check-untyped-defs --namespace-packages ."
|
lint-types = "mypy --check-untyped-defs --namespace-packages ."
|
||||||
test = "pytest"
|
test = "pytest"
|
||||||
|
|
||||||
[tool.hatch.build.targets.sdist]
|
[tool.hatch.metadata]
|
||||||
include = ["./**/*.py"]
|
allow-direct-references = true
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build]
|
||||||
include = ["./**/*.py"]
|
packages = ["activities", "api", "goals", "models", "prompts", "shared", "tools", "workflows"]
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel.sources]
|
|
||||||
"./**/*.py" = "**/*.py"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
|
|||||||
Reference in New Issue
Block a user