docs: update license refs from GPL-3.0 to Apache-2.0

This commit is contained in:
2026-08-03 20:21:36 +08:00
parent 9f0e9195f7
commit 85f0461b3b
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -22,10 +22,10 @@ dependencies = [
"pyyaml>=6.0",
]
keywords = ["nlp", "datasets", "language-models", "machine-learning"]
license = { text = "GPL-3.0" }
license = { text = "Apache-2.0" }
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GPL-3.0",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
urls = { Homepage = "https://github.com/ViperEkura/AstrAI" }