From: Bob Halley Date: Tue, 6 Feb 2024 15:56:58 +0000 (-0800) Subject: add accidentally omitted license field to [project] X-Git-Tag: v2.6.0rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b4fe5cfcf68025280dcbee40275ecec92c3bcf;p=thirdparty%2Fdnspython.git add accidentally omitted license field to [project] --- diff --git a/pyproject.toml b/pyproject.toml index 3f74e2be..3108d587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ build-backend = "hatchling.build" name = "dnspython" description = "DNS toolkit" authors = [{ name = "Bob Halley", email = "halley@dnspython.org" }] +license = "ISC" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",