customercore / pyproject.toml
Saibalaji Namburi
feat: initial commit — CustomerCore Phases 1-9 complete
3cfefe7
Raw
History Blame
469 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "customercore"
version = "1.0.0"
description = "CustomerCore Intelligence Platform"
requires-python = ">=3.11"
[tool.pytest.ini_options]
minversion = "7.0"
addopts = "-ra -q --tb=short"
testpaths = [
"tests",
]
pythonpath = [
"."
]
[tool.ruff]
line-length = 120
target-version = "py311"
[tool.mypy]
python_version = "3.11"
ignore_missing_imports = true