diff --git a/vibetuner-py/pyproject.toml b/vibetuner-py/pyproject.toml index 94e2a6b8..f778044c 100644 --- a/vibetuner-py/pyproject.toml +++ b/vibetuner-py/pyproject.toml @@ -4,13 +4,12 @@ description = "Core Python framework and blessed dependencies for production-rea version = "10.7.0" readme = "README.md" requires-python = ">=3.11" -license = { text = "MIT" } +license = "MIT" authors = [{ name = "All Tuner Labs, S.L." }] keywords = ["fastapi", "mongodb", "htmx", "web-framework", "scaffolding", "oauth", "background-jobs"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",