From: Amethyst Reese Date: Mon, 10 Oct 2022 23:54:49 +0000 (-0700) Subject: Fix license metadata to follow PEP 621 (#3326) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d923945513d8f679f43aec44aa8b777e5f9aab14?ds=inline;pf=etc Fix license metadata to follow PEP 621 (#3326) --- diff --git a/AUTHORS.md b/AUTHORS.md index f2d599d..a635e8c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -24,6 +24,7 @@ Multiple contributions by: - [Alex Vandiver](mailto:github@chmrr.net) - [Allan Simon](mailto:allan.simon@supinfo.com) - Anders-Petter Ljungquist +- [Amethyst Reese](mailto:amy@n7.gg) - [Andrew Thorp](mailto:andrew.thorp.dev@gmail.com) - [Andrew Zhou](mailto:andrewfzhou@gmail.com) - [Andrey](mailto:dyuuus@yandex.ru) diff --git a/pyproject.toml b/pyproject.toml index 554d7d0..329adaa 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" },