16 lines
288 B
TOML
16 lines
288 B
TOML
|
|
[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"]
|