From: Marcelo Trylesinski Date: Thu, 25 Sep 2025 13:10:23 +0000 (-0700) Subject: Update `pyproject.toml` to be PEP639 compliant (#3030) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30ae3dc77bbedd2a57ea3e0e0fccaf226961e1d9;p=thirdparty%2Fstarlette.git Update `pyproject.toml` to be PEP639 compliant (#3030) --- diff --git a/pyproject.toml b/pyproject.toml index c5066ae6..5403a286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",