Skip to content

Commit a1a7dff

Browse files
committed
Update authorship details and add license information in pyproject.toml
1 parent 5ea2071 commit a1a7dff

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
@@ -13,12 +13,12 @@ egg_info.egg_base = "build"
1313
name = "pynesys-pynecore"
1414
version = "6.0.0" # PineVersion.Major.Minor
1515
description = "Python based Pine Script like runtime and API"
16-
authors = [{ name = "PyneSys LLC.", email = "hello@pynesys.com" }]
16+
authors = [{ name = "PYNESYS LLC", email = "hello@pynesys.com" }]
1717
readme = "README.md"
1818
requires-python = ">=3.11"
19+
license = "Apache-2.0"
1920
classifiers = [
2021
"Programming Language :: Python :: 3",
21-
"License :: OSI Approved :: Apache Software License 2.0",
2222
"Operating System :: OS Independent",
2323
]
2424

0 commit comments

Comments
 (0)