Files
caelestia-cli/pyproject.toml
T
2 * r + 2 * t f663e6f690 internal: refactor for packaging
Package using python-build, python-installer and hatch
2025-06-11 00:41:05 +10:00

15 lines
251 B
TOML

[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
[project]
name = "caelestia"
requires-python = ">=3.13"
dynamic = ["version"]
[project.scripts]
caelestia = "caelestia:main"
[tool.hatch.version]
source = "vcs"