Skip to content

Commit a8eef4a

Browse files
committed
update pyproject.toml
as per deprecation warning which points to https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
1 parent 259cb42 commit a8eef4a

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
@@ -13,7 +13,7 @@ authors = [
1313
description = "Multiple Processes in a Single Container"
1414
readme = "README.md"
1515
requires-python = ">=3.8"
16-
license = {file = "LICENSE"}
16+
license = "BSD-3-Clause"
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
1919
]

0 commit comments

Comments
 (0)