mirror of
https://18126008609:longquanjian123@gitee.com/feigong123/aurask.git
synced 2026-04-19 15:00:35 +00:00
18 lines
351 B
TOML
18 lines
351 B
TOML
[project]
|
|
name = "aurask"
|
|
version = "0.1.0"
|
|
description = "Aurask Python project managed by uv"
|
|
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"
|