diff --git a/pyproject.toml b/pyproject.toml index be594b18..c44ceb6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,8 @@ name = "Flask-SQLAlchemy" version = "3.1.1" description = "Add SQLAlchemy support to your Flask application." readme = "README.md" -license = { file = "LICENSE.txt" } +license = "BSD-3-Clause" +license-files = ["LICENSE.txt"] maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"},] classifiers = [ "Development Status :: 5 - Production/Stable",