mirror of
https://18126008609:longquanjian123@gitee.com/feigong123/aurask.git
synced 2026-04-19 13:38:24 +00:00
21 lines
471 B
TOML
21 lines
471 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"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["api/aurask"]
|