Files
Carlos Fernandez Lockward 4be84dfe9a Add dependencies for caelestia
2025-06-17 17:30:56 -04:00

19 lines
307 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"