From a542004a4272e38403c7d0e2ce0b7329fc6df669 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 5 Mar 2024 05:58:28 -0800 Subject: [PATCH] Set license to a TOML table to avoid PEP 639 metadata for now. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3108d587..6f60295d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "dnspython" description = "DNS toolkit" authors = [{ name = "Bob Halley", email = "halley@dnspython.org" }] -license = "ISC" +license = { text = "ISC" } classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", -- 2.47.3