Skip to content

Commit ebd0f77

Browse files
authored
Update pyproject.toml to be PEP639 compliant (#3001)
1 parent 79ef2bf commit ebd0f77

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
@@ -22,6 +22,7 @@ authors = [
2222
{ name = "Douwe Maan", email = "[email protected]" },
2323
]
2424
license = "MIT"
25+
license-files = ["LICENSE"]
2526
readme = "README.md"
2627
classifiers = [
2728
"Development Status :: 5 - Production/Stable",
@@ -34,7 +35,6 @@ classifiers = [
3435
"Programming Language :: Python :: 3.13",
3536
"Intended Audience :: Developers",
3637
"Intended Audience :: Information Technology",
37-
"License :: OSI Approved :: MIT License",
3838
"Operating System :: OS Independent",
3939
"Topic :: Internet",
4040
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)