Files
dotlinker/pyproject.toml

24 lines
583 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]
2025-12-16 19:29:15 +01:00
name = "docoli"
2025-12-16 19:33:41 +01:00
version = "1.0.3"
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"
[tool.hatch.build.targets.wheel]
packages = ["src/dotlinker"]