fix: add project build info
This commit is contained in:
parent
b609593906
commit
239d47aa2b
@ -18,3 +18,14 @@ dev = [
|
|||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
|
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
|
||||||
default = true
|
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user