feat: add Quant OS A-share baseline

This commit is contained in:
2026-07-26 12:54:04 +08:00
commit 48c5f64bbd
98 changed files with 31874 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "quant60"
version = "0.1.0"
description = "Portable, auditable A-share quantitative trading baseline"
requires-python = ">=3.10"
dependencies = []
[project.scripts]
quant60 = "quant60.cli:main"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
[tool.unittest]
start-directory = "tests"