We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1998c commit 0834520Copy full SHA for 0834520
pyproject.toml
@@ -17,13 +17,14 @@ authors = [
17
]
18
readme = "README.md"
19
requires-python = ">3.7"
20
-license = {text = "BSD-3-Clause"}
+license = {text = "Apache-2.0"}
21
classifiers = [
22
"Development Status :: 2 - Pre-Alpha",
23
"Programming Language :: Python :: 3",
24
"Operating System :: OS Independent",
25
"Intended Audience :: Science/Research",
26
"Topic :: Scientific/Engineering :: Artificial Intelligence",
27
+ "License :: OSI Approved :: Apache Software License",
28
29
30
[project.urls]
0 commit comments