Skip to content

Commit 98b1311

Browse files
authored
Update pyproject.toml to be PEP639 compliant (#1429)
1 parent 795064a commit 98b1311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ authors = [
1818
{ name = "Alex Hall", email = "[email protected]" },
1919
]
2020
license = "MIT"
21+
license-files = ["LICENSE"]
2122
readme = "README.md"
2223
classifiers = [
2324
"Development Status :: 5 - Production/Stable",
@@ -32,7 +33,6 @@ classifiers = [
3233
"Intended Audience :: Developers",
3334
"Intended Audience :: Information Technology",
3435
"Intended Audience :: System Administrators",
35-
"License :: OSI Approved :: MIT License",
3636
"Operating System :: Unix",
3737
"Operating System :: POSIX :: Linux",
3838
"Environment :: Console",

0 commit comments

Comments
 (0)