Skip to content

Commit f28e16a

Browse files
committed
Include license info according to PEP-639
1 parent 29b9c09 commit f28e16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ maintainers = [
1212
]
1313
description = "Dependency injection framework for Python"
1414
readme = {file = "README.rst", content-type = "text/x-rst"}
15-
license = {file = "LICENSE.rst", content-type = "text/x-rst"}
15+
license = "BSD-3-Clause"
16+
license-files = ["LICENSE.rst"]
1617
requires-python = ">=3.8"
1718
keywords = [
1819
"Dependency injection",
@@ -27,7 +28,6 @@ keywords = [
2728
classifiers = [
2829
"Development Status :: 5 - Production/Stable",
2930
"Intended Audience :: Developers",
30-
"License :: OSI Approved :: BSD License",
3131
"Operating System :: OS Independent",
3232
"Programming Language :: Python",
3333
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)