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.
1 parent 29b9c09 commit f28e16aCopy full SHA for f28e16a
pyproject.toml
@@ -12,7 +12,8 @@ maintainers = [
12
]
13
description = "Dependency injection framework for Python"
14
readme = {file = "README.rst", content-type = "text/x-rst"}
15
-license = {file = "LICENSE.rst", content-type = "text/x-rst"}
+license = "BSD-3-Clause"
16
+license-files = ["LICENSE.rst"]
17
requires-python = ">=3.8"
18
keywords = [
19
"Dependency injection",
@@ -27,7 +28,6 @@ keywords = [
27
28
classifiers = [
29
"Development Status :: 5 - Production/Stable",
30
"Intended Audience :: Developers",
- "License :: OSI Approved :: BSD License",
31
"Operating System :: OS Independent",
32
"Programming Language :: Python",
33
"Programming Language :: Python :: 3",
0 commit comments