--- pyproject.toml.orig 2025-12-19 16:48:41 UTC +++ pyproject.toml @@ -6,10 +6,7 @@ name = "typer-slim" [project] name = "typer-slim" -license = "MIT" -license-files = [ - "LICENSE", -] +license = { text = "MIT" } dynamic = [] description = "Typer, build great CLIs. Easy to code. Based on Python type hints." authors = [