[build-system] requires = ["setuptools>=69", "wheel"] build-backend = "setuptools.build_meta" [project] name = "govoplan-docs" version = "0.1.6" description = "GovOPlaN documentation module for configured-system, available, and evidence documentation." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ "govoplan-core>=0.1.6", "govoplan-access>=0.1.6", ] [tool.setuptools.packages.find] where = ["src"] [tool.setuptools.package-data] govoplan_docs = ["py.typed"] [project.entry-points."govoplan.modules"] docs = "govoplan_docs.backend.manifest:get_manifest"