[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "catopt-swarm" version = "0.1.0" description = "Safe, verifiable distributed optimization for robotic swarms." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10" dependencies = [ "pydantic>=2.7,<3", "networkx>=3.2,<4", ] [project.scripts] catopt-swarm = "catopt_swarm.cli:main" [tool.setuptools] packages = ["catopt_swarm"]