feat: establish Quant OS production-80 architecture
This commit is contained in:
+4
-3
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user