diff --git a/pyproject.toml b/pyproject.toml index c152d716d..24cf2f66d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "Jinja2" description = "A very fast and expressive template engine." readme = "README.md" -license = {file = "LICENSE.txt"} +license = {text = "BSD-3-Clause"} maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}] classifiers = [ "Development Status :: 5 - Production/Stable",