mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 07:19:29 -05:00
f663e6f690
Package using python-build, python-installer and hatch
15 lines
251 B
TOML
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"
|