Update project license to Apache-2.0 in package.json, README.md, and pyproject.toml

This commit is contained in:
666ghj
2025-12-17 18:33:01 +08:00
parent 929163524d
commit 97a64947d4
3 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ version = "1.0.0"
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
readme = "README.md"
requires-python = ">=3.11"
license = { text = "MIT" }
license = { text = "Apache-2.0" }
authors = [
{ name = "MiroFish Team" }
]