up/pyproject.toml

18 lines
332 B
TOML
Raw Normal View History

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "up"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
2026-06-04 04:43:46 +00:00
requires-python = ">=3.12"
dependencies = []
[tool.hatch.build.targets.wheel]
packages = ["_extensions"]
[dependency-groups]
2026-06-04 04:43:46 +00:00
dev = ["zensical>=0.0.43"]