Skip to content

Commit 0834520

Browse files
committed
Apache license fix
1 parent be1998c commit 0834520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ authors = [
1717
]
1818
readme = "README.md"
1919
requires-python = ">3.7"
20-
license = {text = "BSD-3-Clause"}
20+
license = {text = "Apache-2.0"}
2121
classifiers = [
2222
"Development Status :: 2 - Pre-Alpha",
2323
"Programming Language :: Python :: 3",
2424
"Operating System :: OS Independent",
2525
"Intended Audience :: Science/Research",
2626
"Topic :: Scientific/Engineering :: Artificial Intelligence",
27+
"License :: OSI Approved :: Apache Software License",
2728
]
2829

2930
[project.urls]

0 commit comments

Comments
 (0)