Fix license definition in project metadata (#1337)
This commit is contained in:
parent
ae7340966c
commit
31db9c781d
|
@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
||||||
[project]
|
[project]
|
||||||
name = "attrs"
|
name = "attrs"
|
||||||
authors = [{ name = "Hynek Schlawack", email = "hs@ox.cx" }]
|
authors = [{ name = "Hynek Schlawack", email = "hs@ox.cx" }]
|
||||||
license = "MIT"
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
description = "Classes Without Boilerplate"
|
description = "Classes Without Boilerplate"
|
||||||
keywords = ["class", "attribute", "boilerplate"]
|
keywords = ["class", "attribute", "boilerplate"]
|
||||||
|
|
Loading…
Reference in New Issue