From 3bc08b4e0d3803d9ca6921ada062f3b9d4b2f1f9 Mon Sep 17 00:00:00 2001 From: Leif Dreizler Date: Fri, 1 Aug 2025 22:24:21 +0000 Subject: [PATCH] Update license field to use proper SPDX identifier This changes the license field to be a valid [SPDX identifier](https://spdx.org/licenses) aligning with [PEP 639](https://peps.python.org/pep-0639/#project-source-metadata). This populates the `license_expression` field in the PyPI API and is used by downstream tools including deps.dev These changes were generated by Claude after reviewing the license and manifest files in your repository, but opened and reviewed by me. Please let me know if the analysis is incorrect and thanks for being an OSS maintainer. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d1f49694..4df156e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ name = "bumble" dynamic = ["version"] description = "Bluetooth Stack for Apps, Emulation, Test and Experimentation" readme = "README.md" +license = "Apache-2.0" authors = [{ name = "Google", email = "bumble-dev@google.com" }] requires-python = ">=3.9" dependencies = [