Skip to content

Commit 0b4f649

Browse files
authored
Merge pull request #142 from hannesbraun/fix-license-info
Update license infomation format in pyproject.toml
2 parents 552d77c + c9d0155 commit 0b4f649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ maintainers = [
2121
{ name = "Lysandros Nikolaou", email = "lnikolaou@quansight.com" },
2222
{ name = "Nathan Goldbaum", email = "ngoldbaum@quansight.com" },
2323
]
24-
license = {file = "LICENSE"}
24+
license = "MIT"
25+
license-files = ["LICENSE"]
2526
classifiers = [
2627
"Framework :: Pytest",
2728
"Development Status :: 4 - Beta",
@@ -38,7 +39,6 @@ classifiers = [
3839
"Programming Language :: Python :: 3 :: Only",
3940
"Programming Language :: Python :: Implementation :: CPython",
4041
"Programming Language :: Python :: Implementation :: PyPy",
41-
"License :: OSI Approved :: MIT License",
4242
]
4343

4444
[project.urls]

0 commit comments

Comments
 (0)