Fix license definition in project metadata (#1337)

This commit is contained in:
Matthias Schoettle 2024-08-23 17:50:30 -04:00 committed by GitHub
parent ae7340966c
commit 31db9c781d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"]