We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ee80b commit 7ad34bcCopy full SHA for 7ad34bc
pyproject.toml
@@ -13,7 +13,8 @@ keywords = [
13
"test",
14
"unittest",
15
]
16
-license = { text = "MIT" }
+license = "MIT"
17
+license-files = [ "LICENSE" ]
18
authors = [
19
{ name = "Holger Krekel" },
20
{ name = "Bruno Oliveira" },
@@ -27,7 +28,6 @@ requires-python = ">=3.9"
27
28
classifiers = [
29
"Development Status :: 6 - Mature",
30
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
31
"Operating System :: MacOS",
32
"Operating System :: Microsoft :: Windows",
33
"Operating System :: POSIX",
0 commit comments