From fa62c4429b516b3e8ee8fc688767e2b76865dc30 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:34:28 +0100 Subject: [PATCH] Use SPDX license identifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9e7b2e3..8e7dec64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ name = "aiokafka" description = "Kafka integration with asyncio" readme = "README.rst" requires-python = ">=3.9" -license = { file = "LICENSE" } +license = { text = "Apache-2.0" } authors = [ { name = "Andrew Svetlov", email = "andrew.svetlov@gmail.com" }, ]