From: Bob Halley Date: Tue, 5 Mar 2024 13:58:28 +0000 (-0800) Subject: Set license to a TOML table to avoid PEP 639 metadata for now. X-Git-Tag: v2.7.0rc1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a542004a4272e38403c7d0e2ce0b7329fc6df669;p=thirdparty%2Fdnspython.git Set license to a TOML table to avoid PEP 639 metadata for now. --- 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",