15 lines
319 B
TOML
15 lines
319 B
TOML
|
[project]
|
||
|
name = "plan"
|
||
|
version = "0.1.0"
|
||
|
description = "Add your description here"
|
||
|
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"
|