We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b6b6b commit 3a5a49eCopy full SHA for 3a5a49e
pyproject.toml
@@ -8,13 +8,13 @@ build-backend = "hatchling.build"
8
[project]
9
name = "attrs"
10
authors = [{ name = "Hynek Schlawack", email = "hs@ox.cx" }]
11
-license = { text = "MIT" }
+license = "MIT"
12
+license-files = ["LICENSE"]
13
requires-python = ">=3.8"
14
description = "Classes Without Boilerplate"
15
keywords = ["class", "attribute", "boilerplate"]
16
classifiers = [
17
"Development Status :: 5 - Production/Stable",
- "License :: OSI Approved :: MIT License",
18
"Programming Language :: Python :: 3.8",
19
"Programming Language :: Python :: 3.9",
20
"Programming Language :: Python :: 3.10",
0 commit comments