curator/pyproject.toml

21 lines
369 B
TOML
Raw Permalink Normal View History

2025-12-24 07:56:11 +02:00
[project]
name = "curator"
2026-01-01 20:23:05 +02:00
version = "0.1.1"
2025-12-24 07:56:11 +02:00
description = "A home-manager style Fedora configuration helper."
readme = "README.md"
requires-python = ">=3.11"
dependencies = []
2025-12-24 07:56:11 +02:00
[project.scripts]
curator = "curator.cli:main"
2025-12-24 07:56:11 +02:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
package = true
[dependency-groups]
dev = ["pytest>=7.4"]