mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +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 ."
|
||||
test = "pytest"
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
include = ["./**/*.py"]
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
include = ["./**/*.py"]
|
||||
|
||||
[tool.hatch.build.targets.wheel.sources]
|
||||
"./**/*.py" = "**/*.py"
|
||||
[tool.hatch.build]
|
||||
packages = ["activities", "api", "goals", "models", "prompts", "shared", "tools", "workflows"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
Reference in New Issue
Block a user