Files
caelestia-cli/pyproject.toml
T
2025-08-16 16:59:59 +10:00

22 lines
338 B
TOML

[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
[project]
name = "caelestia"
requires-python = ">=3.13"
dynamic = ["version"]
dependencies = [
"pillow",
"materialyoucolor"
]
[project.scripts]
caelestia = "caelestia:main"
[tool.hatch.version]
source = "vcs"
[tool.ruff]
line-length = 120