Halo / pyproject.toml
XYZ1998's picture
Upload folder using huggingface_hub
9cf3910 verified
[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"]