[project] name = "agent" version = "0.0.1" description = "Agent for the Python monorepo" authors = [ { name = "Developer", email = "dev@example.com" }, ] license = { text = "MIT" } requires-python = ">=3.11,<4.0" [build-system] requires = ["setuptools>=73.0.0", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools] packages = ["agent"] [tool.setuptools.package-dir] "agent" = "src/agent"