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

@ -206,4 +206,4 @@ A: 使用 `.venv\Scripts\activate` 而不是 `source .venv/bin/activate`。
## 📄 License
MIT License
Apache License 2.0

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" }
]

View file

@ -16,5 +16,6 @@
},
"engines": {
"node": ">=18.0.0"
}
},
"license": "Apache-2.0"
}