substrate / pyproject.toml
syedtaha22's picture
fix: standardize dash usage in comments and descriptions
37a55c1
raw
history blame contribute delete
516 Bytes
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.backends.legacy:build"
[project]
name = "substrate"
version = "0.1.0"
description = "Cross-repo code reasoning via advanced RAG - function-boundary chunking, hybrid retrieval, LLM-as-Judge evaluation"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
[tool.setuptools.packages.find]
where = ["."]
include = ["pipeline*", "app*", "eval*", "ablation*"]
[tool.ruff]
line-length = 100
target-version = "py310"