chore: 更新项目名称

This commit is contained in:
2026-03-31 09:34:11 +08:00
parent 780b9e1855
commit 2e009cf59a
51 changed files with 118 additions and 118 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
dynamic = ["version"]
name = "khaosz"
name = "astrai"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
@@ -23,7 +23,7 @@ classifiers = [
"License :: OSI Approved :: GPL-3.0",
"Operating System :: OS Independent",
]
urls = { Homepage = "https://github.com/ViperEkura/KHAOSZ" }
urls = { Homepage = "https://github.com/ViperEkura/AstrAI" }
[project.optional-dependencies]
dev = ["pytest==9.0.2", "ruff"]
@@ -35,7 +35,7 @@ where = ["."]
extra-index-url = "https://download.pytorch.org/whl/cu126"
[tool.setuptools.dynamic]
version = { attr = "khaosz.__version__" }
version = { attr = "astrai.__version__" }
[tool.ruff]
target-version = "py312"