[project] name = "portfolio-optimiser-claude" version = "0.1.0" description = "Sibling implementation of the portfolio-optimiser method on the Claude Agent SDK (D7)" readme = "README.md" requires-python = ">=3.10" dependencies = [ "claude-agent-sdk>=0.2", "pydantic>=2", ] [dependency-groups] dev = [ "pytest>=8", "ruff>=0.8", "mypy>=1.13", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/portfolio_optimiser_claude"] [tool.ruff] line-length = 100 target-version = "py310" [tool.mypy] strict = true [tool.pytest.ini_options] testpaths = ["tests"]