Fix license metadata to follow PEP 621 (#3326)
This commit is contained in:
parent
1c786ee627
commit
d923945513
@ -24,6 +24,7 @@ Multiple contributions by:
|
|||||||
- [Alex Vandiver](mailto:github@chmrr.net)
|
- [Alex Vandiver](mailto:github@chmrr.net)
|
||||||
- [Allan Simon](mailto:allan.simon@supinfo.com)
|
- [Allan Simon](mailto:allan.simon@supinfo.com)
|
||||||
- Anders-Petter Ljungquist
|
- Anders-Petter Ljungquist
|
||||||
|
- [Amethyst Reese](mailto:amy@n7.gg)
|
||||||
- [Andrew Thorp](mailto:andrew.thorp.dev@gmail.com)
|
- [Andrew Thorp](mailto:andrew.thorp.dev@gmail.com)
|
||||||
- [Andrew Zhou](mailto:andrewfzhou@gmail.com)
|
- [Andrew Zhou](mailto:andrewfzhou@gmail.com)
|
||||||
- [Andrey](mailto:dyuuus@yandex.ru)
|
- [Andrey](mailto:dyuuus@yandex.ru)
|
||||||
|
@ -32,7 +32,7 @@ build-backend = "hatchling.build"
|
|||||||
[project]
|
[project]
|
||||||
name = "black"
|
name = "black"
|
||||||
description = "The uncompromising code formatter."
|
description = "The uncompromising code formatter."
|
||||||
license = "MIT"
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Łukasz Langa", email = "lukasz@langa.pl" },
|
{ name = "Łukasz Langa", email = "lukasz@langa.pl" },
|
||||||
|
Loading…
Reference in New Issue
Block a user