[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "svrnty-hermes-webui-plugin" version = "0.1.0" description = "Svrnty plugin for nesquena/hermes-webui — backend routes + brand skin in one repo" requires-python = ">=3.10" authors = [{name = "Svrnty"}] readme = "README.md" license = {text = "Proprietary"} [project.urls] Repository = "https://git.openharbor.io/hermes/svrnty-hermes-webui-plugin" Protocol = "https://git.openharbor.io/hermes/hermes/src/branch/jp/docs/SVRNTY-PLUGIN-PROTOCOL.md" [tool.setuptools.packages.find] where = ["."] include = ["svrnty_hermes_webui_plugin*", "routes*"] exclude = ["tests*", "scripts*", "static*"] [tool.setuptools.package-data] "svrnty_hermes_webui_plugin" = ["static/**/*"] [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"]