[project] name = "heleos-control-panel" version = "0.1.0" description = "Provisioning CLI for the heleos multi-tenant hosting platform" requires-python = ">=3.10" dependencies = [ "click>=8.1", "jinja2>=3.1", "pyyaml>=6.0", ] [project.optional-dependencies] dev = ["pytest>=8.0"] [project.scripts] heleosctl = "heleos.cli:main" [build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] testpaths = ["tests"]