recap / pyproject.toml
afif-ahmed's picture
deploy: sync from fe7cce1
ba54ea9 verified
raw
history blame contribute delete
346 Bytes
[project]
name = "recap"
version = "0.1.0"
description = "Longitudinal patient-records copilot — recaps a patient's whole chart in seconds. Built for the AMD x LabLab.ai hackathon."
requires-python = ">=3.11"
license = "MIT"
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]