]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Update `pyproject.toml` to be PEP639 compliant (#3030)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 25 Sep 2025 13:10:23 +0000 (06:10 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Sep 2025 13:10:23 +0000 (06:10 -0700)
pyproject.toml

index c5066ae6abbe8fec37dc378bbaa3e8b64f1b39d6..5403a286d074a34089efa4abe991d87362e0a8d5 100644 (file)
@@ -8,6 +8,7 @@ dynamic = ["version"]
 description = "The little ASGI library that shines."
 readme = "README.md"
 license = "BSD-3-Clause"
+license-files = ["LICENSE.md"]
 requires-python = ">=3.9"
 authors = [
     { name = "Tom Christie", email = "tom@tomchristie.com" },
@@ -18,7 +19,6 @@ classifiers = [
     "Environment :: Web Environment",
     "Framework :: AnyIO",
     "Intended Audience :: Developers",
-    "License :: OSI Approved :: BSD License",
     "Operating System :: OS Independent",
     "Programming Language :: Python :: 3",
     "Programming Language :: Python :: 3.9",