From 31db9c781df1390677662346a4dcf950c7c4be37 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Fri, 23 Aug 2024 17:50:30 -0400 Subject: [PATCH] Fix license definition in project metadata (#1337) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b10f2290..167ff185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "attrs" authors = [{ name = "Hynek Schlawack", email = "hs@ox.cx" }] -license = "MIT" +license = { text = "MIT" } requires-python = ">=3.7" description = "Classes Without Boilerplate" keywords = ["class", "attribute", "boilerplate"]