From 949d95b3e8616f77d61a1065b88e474a284e2223 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Mon, 10 Oct 2022 15:42:12 -0700 Subject: [PATCH] Fix license metadata to follow PEP 621 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 554d7d07bf3..87e5be6b1da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "hatchling.build" [project] name = "black" description = "The uncompromising code formatter." -license = "MIT" +license = {text="MIT"} requires-python = ">=3.7" authors = [ { name = "Ɓukasz Langa", email = "lukasz@langa.pl" },