pyproject.toml
18 lignes · 381 octets
[project] name = "girust-doc" version = "0.1.0" description = "Module Dagger pour la documentation gitrust (mdBook + i18n + Mermaid)" requires-python = ">=3.11" dependencies = [ "dagger-io>=0.14.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/girust_doc"] [tool.dagger] module = "girust_doc"
GitRust