Files
dotlinker/pyproject.toml

21 lines
518 B
TOML
Raw Normal View History

2025-12-16 18:20:10 +01:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
2025-12-16 18:20:10 +01:00
[project]
name = "doli"
version = "0.0.0"
description = "Config linker for chezmoi and Nextcloud"
2025-12-16 18:20:10 +01:00
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
2025-12-16 18:20:10 +01:00
authors = [{ name = "Kevin Veen-Birkenbach", email = "kevin@veen.world" }]
dependencies = ["PyYAML>=6.0"]
2025-12-16 18:20:10 +01:00
[project.urls]
Homepage = "https://www.veen.world/"
Repository = "https://github.com/kevinveenbirkenbach/dotlinker"
2025-12-16 18:20:10 +01:00
[project.scripts]
doli = "dotlinker.cli:main"