[project] name = "data-aggregator" version = "0.1.0" requires-python = ">=3.11" dependencies = [] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/aggregator"] [tool.pytest.ini_options] testpaths = ["tests"] [dependency-groups] dev = [ "pytest>=9.0.2", ]