fleet-memory/hindsight-dev/pyproject.toml
2025-11-25 19:28:26 +01:00

21 lines
457 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "hindsight-dev"
version = "0.0.7"
description = "Development utilities for Hindsight"
requires-python = ">=3.11"
dependencies = [
"hindsight-api",
]
[tool.hatch.build.targets.wheel]
packages = ["hindsight_dev"]
[tool.uv.sources]
hindsight-api = { workspace = true }
[project.scripts]
generate-openapi = "hindsight_dev.generate_openapi:generate_openapi_spec"