Files
quant-factor-research/pyproject.toml

16 lines
288 B
TOML
Raw Permalink Normal View History

2026-03-13 17:10:49 +08:00
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "qfr"
version = "0.1.0"
description = "Quant factor research toolkit"
requires-python = ">=3.11"
[tool.ruff]
line-length = 100
[tool.pytest.ini_options]
pythonpath = ["src"]