Files
dotlinker/pyproject.toml
Kevin Veen-Birkenbach 90ff8a94e5
Some checks failed
CI + Mark Stable / Test & Lint (push) Has been cancelled
CI + Mark Stable / Mark stable tag (push) Has been cancelled
Release version 1.0.1
2025-12-16 19:26:28 +01:00

24 lines
581 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "doli"
version = "1.0.1"
description = "Config linker for chezmoi and Nextcloud"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
authors = [{ name = "Kevin Veen-Birkenbach", email = "kevin@veen.world" }]
dependencies = ["PyYAML>=6.0"]
[project.urls]
Homepage = "https://www.veen.world/"
Repository = "https://github.com/kevinveenbirkenbach/dotlinker"
[project.scripts]
doli = "dotlinker.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["src/dotlinker"]