Skip to content

Commit 3a5a49e

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ build-backend = "hatchling.build"
88
[project]
99
name = "attrs"
1010
authors = [{ name = "Hynek Schlawack", email = "hs@ox.cx" }]
11-
license = { text = "MIT" }
11+
license = "MIT"
12+
license-files = ["LICENSE"]
1213
requires-python = ">=3.8"
1314
description = "Classes Without Boilerplate"
1415
keywords = ["class", "attribute", "boilerplate"]
1516
classifiers = [
1617
"Development Status :: 5 - Production/Stable",
17-
"License :: OSI Approved :: MIT License",
1818
"Programming Language :: Python :: 3.8",
1919
"Programming Language :: Python :: 3.9",
2020
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)