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.
2 parents 552d77c + c9d0155 commit 0b4f649Copy full SHA for 0b4f649
pyproject.toml
@@ -21,7 +21,8 @@ maintainers = [
21
{ name = "Lysandros Nikolaou", email = "lnikolaou@quansight.com" },
22
{ name = "Nathan Goldbaum", email = "ngoldbaum@quansight.com" },
23
]
24
-license = {file = "LICENSE"}
+license = "MIT"
25
+license-files = ["LICENSE"]
26
classifiers = [
27
"Framework :: Pytest",
28
"Development Status :: 4 - Beta",
@@ -38,7 +39,6 @@ classifiers = [
38
39
"Programming Language :: Python :: 3 :: Only",
40
"Programming Language :: Python :: Implementation :: CPython",
41
"Programming Language :: Python :: Implementation :: PyPy",
- "License :: OSI Approved :: MIT License",
42
43
44
[project.urls]
0 commit comments