Skip to content

Commit 20150d6

Browse files
committed
Update license version.
1 parent 8404af3 commit 20150d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/ports/py_port/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ description = "A library for providing inter-language foreign function interface
99
keywords = ["metacall", "python", "port", "ffi", "polyglot", "faas", "serverless"]
1010
readme = "README.rst"
1111
requires-python = ">=3.3"
12-
license = { text = "Apache-2.0" }
12+
license = "Apache-2.0"
13+
license-files = ["LICENSE.txt"]
1314
authors = [{ name = "Vicente Eduardo Ferrer Garcia", email = "[email protected]" }]
1415
classifiers = [
1516
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)