aurask/pyproject.toml

18 lines
411 B
TOML

[project]
name = "aurask"
version = "0.1.0"
description = "Aurask MVP backend for gateway, billing, workflow orchestration, and knowledge base integration"
readme = "README.md"
authors = [
{ name = "Xu Jian", email = "xujian1@szlanyou.com" },
]
requires-python = ">=3.12"
dependencies = []
[project.scripts]
aurask = "aurask:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"