chore: update dependencies and license, refine local CI script for comprehensive checks
All checks were successful
CI / test (3.13) (push) Successful in 1m30s
Publish to TestPyPI / build-publish (release) Has been skipped
Publish to PyPI / build-publish (release) Successful in 34s

This commit is contained in:
Alexander Kalinovsky
2025-09-08 19:03:36 +03:00
parent 99d8002e27
commit 7fa51bda6b
5 changed files with 42 additions and 59 deletions

View File

@@ -18,10 +18,9 @@ authors = [
]
readme = "README.md"
requires-python = ">=3.13"
license = { text = "MIT" }
license = { text = "Apache-2.0" }
dependencies = [
"typer",
"quickbot>=0.1.1",
"jinja2",
"pyyaml",
]
@@ -62,12 +61,6 @@ python_version = "3.13"
strict = true
ignore_missing_imports = true
warn_unused_ignores = true
exclude = [
"test_cli_output/",
"dist/",
".venv/",
".mypy_cache/"
]
[tool.hatch.version]
source = "vcs"