fix: add project build info

This commit is contained in:
chengzongjie 2026-05-24 14:36:48 +08:00
parent b609593906
commit 239d47aa2b

View File

@ -18,3 +18,14 @@ dev = [
[[tool.uv.index]]
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
default = true
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["ok.py", "main.py"]
[project.scripts]
abc = "main:main"
hello = "ok:hello"