From 51b4fe5cfcf68025280dcbee40275ecec92c3bcf Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 6 Feb 2024 07:56:58 -0800 Subject: [PATCH] add accidentally omitted license field to [project] --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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", -- 2.47.3