2026-07-29 14:30:43 +08:00
|
|
|
[project]
|
|
|
|
|
name = "sarasacw-omrf-packer"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
2026-08-01 22:31:39 +08:00
|
|
|
authors = [
|
|
|
|
|
{ name = "yyc12345", email = "yyc12321@outlook.com" }
|
|
|
|
|
]
|
2026-07-29 14:30:43 +08:00
|
|
|
requires-python = ">=3.13"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jinja2==3.1.6",
|
2026-08-03 11:10:44 +08:00
|
|
|
"semver>=3.0.4",
|
2026-07-29 14:30:43 +08:00
|
|
|
]
|
2026-08-01 22:31:39 +08:00
|
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
|
sarasacw-omrf-packer = "sarasacw_omrf_packer:main"
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["uv_build>=0.8.0,<0.9"]
|
|
|
|
|
build-backend = "uv_build"
|