carepath-api / shared /pyproject.toml
tranth3truong's picture
Deploy public Scribe-only CarePath Space
cc678b9
Raw
History Blame Contribute Delete
374 Bytes
[project]
name = "carepath-shared"
version = "0.1.0"
description = "Shared CarePath normalization utilities."
requires-python = ">=3.11,<3.14"
[build-system]
requires = ["setuptools>=70"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["carepath_shared*"]
[tool.setuptools.package-data]
carepath_shared = ["terms/*.json"]