plan/pyproject.toml

16 lines
375 B
TOML
Raw Permalink Normal View History

2025-01-18 09:15:33 -08:00
[project]
name = "plan"
2025-01-18 09:29:46 -08:00
version = "0.1.1"
description = "edit ~/.plan files"
authors = [{ name = "gitmatt", email = "git@publicmatt.com" }]
2025-01-18 09:15:33 -08:00
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["click>=8.1.8", "jinja2>=3.1.5", "rich>=13.9.4"]
[project.scripts]
plan = "plan:__main__.main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"