llama-stack-mirror/tests/external/llama-stack-api-weather/pyproject.toml
Sébastien Han 67b6f79715
ci: tests
Signed-off-by: Sébastien Han <seb@redhat.com>
2025-07-24 22:02:17 +02:00

15 lines
394 B
TOML

[project]
name = "llama-stack-api-weather"
version = "0.1.0"
description = "Weather API for Llama Stack"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["llama-stack", "pydantic"]
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]
include = ["llama_stack_api_weather", "llama_stack_api_weather.*"]