mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 14:59:29 -05:00
internal: refactor for packaging
Package using python-build, python-installer and hatch
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user