[project] name = "domna-domain" version = "0.1.0" description = "Shared domain types for the Ara modelling pipeline and sibling Domna services." requires-python = ">=3.11" dependencies = [ "pandas>=2.0", "pandas-stubs", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/domain"]