Update project license to Apache-2.0 in package.json, README.md, and pyproject.toml
This commit is contained in:
parent
929163524d
commit
97a64947d4
3 changed files with 4 additions and 3 deletions
|
|
@ -206,4 +206,4 @@ A: 使用 `.venv\Scripts\activate` 而不是 `source .venv/bin/activate`。
|
||||||
|
|
||||||
## 📄 License
|
## 📄 License
|
||||||
|
|
||||||
MIT License
|
Apache License 2.0
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ version = "1.0.0"
|
||||||
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
|
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
license = { text = "MIT" }
|
license = { text = "Apache-2.0" }
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "MiroFish Team" }
|
{ name = "MiroFish Team" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -16,5 +16,6 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
}
|
},
|
||||||
|
"license": "Apache-2.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue