| [build-system] | |
| requires = ["setuptools>=61.0"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "Halo" | |
| version = "0.1.0" | |
| description = "Xenium preprocessing and Cellpose XeniumSeg pipeline" | |
| readme = "README.md" | |
| requires-python = ">=3.9" | |
| license = {text = "MIT"} | |
| authors = [{name = "Halo"}] | |
| [project.scripts] | |
| halo = "halo.cli:main" | |
| [tool.setuptools] | |
| package-dir = {"" = "src"} | |
| [tool.setuptools.packages.find] | |
| where = ["src"] | |