Merge branch 'master' into feat-uv

This commit is contained in:
Jamie Hardt
2025-09-20 22:10:15 -07:00
committed by GitHub
4 changed files with 9 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ version = "4.0.0"
description = "Read Pro Tools Text exports and generate PDF ADR Reports, JSON"
readme = "README.md"
requires-python = ">=3.9"
license-files = ["LICENSE"]
keywords = ["text-processing", "parsers", "film",
"broadcast", "editing", "editorial"]
@@ -51,6 +52,5 @@ build-backend = "uv_build"
[dependency-groups]
dev = [
# "flake8>=7.3.0",
"ruff>=0.13.1",
]