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.
pyproject.toml
1 parent 79ef2bf commit ebd0f77Copy full SHA for ebd0f77
pyproject.toml
@@ -22,6 +22,7 @@ authors = [
22
{ name = "Douwe Maan", email = "[email protected]" },
23
]
24
license = "MIT"
25
+license-files = ["LICENSE"]
26
readme = "README.md"
27
classifiers = [
28
"Development Status :: 5 - Production/Stable",
@@ -34,7 +35,6 @@ classifiers = [
34
35
"Programming Language :: Python :: 3.13",
36
"Intended Audience :: Developers",
37
"Intended Audience :: Information Technology",
- "License :: OSI Approved :: MIT License",
38
"Operating System :: OS Independent",
39
"Topic :: Internet",
40
"Topic :: Scientific/Engineering :: Artificial Intelligence",
0 commit comments