We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea2071 commit a1a7dffCopy full SHA for a1a7dff
pyproject.toml
@@ -13,12 +13,12 @@ egg_info.egg_base = "build"
13
name = "pynesys-pynecore"
14
version = "6.0.0" # PineVersion.Major.Minor
15
description = "Python based Pine Script like runtime and API"
16
-authors = [{ name = "PyneSys LLC.", email = "hello@pynesys.com" }]
+authors = [{ name = "PYNESYS LLC", email = "hello@pynesys.com" }]
17
readme = "README.md"
18
requires-python = ">=3.11"
19
+license = "Apache-2.0"
20
classifiers = [
21
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: Apache Software License 2.0",
22
"Operating System :: OS Independent",
23
]
24
0 commit comments