[build-system] requires = ["setuptools>=69", "wheel"] build-backend = "setuptools.build_meta" [project] name = "govoplan-grants" version = "0.1.6" description = "GovOPlaN Grants platform module seed." readme = "README.md" requires-python = ">=3.12" license = { file = "LICENSE" } 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_grants = ["py.typed"] [project.entry-points."govoplan.modules"] "grants" = "govoplan_grants.backend.manifest:get_manifest"