move from click cli -> pydantic-settings cli

This commit is contained in:
GitMatt
2025-10-02 08:20:12 -07:00
parent 5411e55c17
commit c0c53dc5fc
12 changed files with 177 additions and 261 deletions
+1 -3
View File
@@ -6,8 +6,6 @@ authors = [{ name = "gitmatt", email = "git@publicmatt.com" }]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.1.8",
"click-default-group>=1.2.4",
"jinja2>=3.1.5",
"lxml>=5.3.1",
"markdown>=3.7",
@@ -18,7 +16,7 @@ dependencies = [
]
[project.scripts]
plan = "plan:cli.cli"
plan = "plan:__main__.cli"
[build-system]
requires = ["hatchling"]