update pyproject

This commit is contained in:
Tolaria 2026-06-04 12:43:46 +08:00
parent 1b1e4dc154
commit 9fa33e81c2

View file

@ -7,13 +7,11 @@ name = "up"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.12"
dependencies = []
[tool.hatch.build.targets.wheel]
packages = ["_extensions"]
[dependency-groups]
dev = [
"zensical>=0.0.43",
]
dev = ["zensical>=0.0.43"]