feat: establish Quant OS production-80 architecture

This commit is contained in:
2026-07-30 22:59:25 +08:00
parent 919c64c679
commit 26cc814f3f
67 changed files with 7005 additions and 142 deletions
+4 -3
View File
@@ -3,13 +3,14 @@ requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "quant60"
version = "0.1.0"
description = "Portable, auditable A-share quantitative trading baseline"
name = "quant-os"
version = "0.2.0"
description = "Evidence-driven A-share research, backtest and controlled-production operating system"
requires-python = ">=3.10"
dependencies = []
[project.scripts]
quant-os = "quant_os.cli:main"
quant60 = "quant60.cli:main"
[tool.setuptools]