修复了一些错误 更新了AI.md(给ai看的)

This commit is contained in:
Falck
2026-05-02 19:21:50 +08:00
parent 0783428f80
commit 70c531860b
240 changed files with 5626 additions and 10790 deletions

View File

@@ -3,14 +3,16 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "future-oss"
name = "nebula-shell"
version = "1.2.0"
description = "NebulaShell - 一切皆为插件的开发者工具运行时框架"
requires-python = ">=3.10"
dependencies = [
"click>=8.0",
"pyyaml>=6.0",
"websockets>=12.0",
"click>=8.1.8,<9.0",
"pyyaml>=6.0.2,<7.0",
"websockets>=13.1,<14.0",
"psutil>=6.1.0,<8.0",
"cryptography>=43.0.0,<45.0",
]
[project.scripts]