We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb784a commit 6c74381Copy full SHA for 6c74381
pyproject.toml
@@ -19,11 +19,11 @@ requires-python = ">=3.10"
19
20
# Extra information
21
readme = "README.md"
22
-license = {text = "BSD-2-Clause License"}
+license = "BSD-2-Clause"
23
+license-files = "LICENSE"
24
classifiers = [
25
"Development Status :: 6 - Mature",
26
"Intended Audience :: Developers",
- "License :: OSI Approved :: BSD License",
27
"Operating System :: OS Independent",
28
"Programming Language :: Python :: 3 :: Only",
29
"Programming Language :: Python :: 3.10",
0 commit comments