[build-system] requires = ["setuptools>=69", "wheel"] build-backend = "setuptools.build_meta" [project] name = "govoplan-access" version = "0.1.6" description = "GovOPlaN access platform module with identity, auth, RBAC, and tenancy primitives." readme = "README.md" requires-python = ">=3.12" license = { file = "LICENSE" } authors = [{ name = "GovOPlaN" }] dependencies = [ "govoplan-core>=0.1.6", "govoplan-tenancy>=0.1.6", "SQLAlchemy>=2,<3", ] [tool.setuptools.packages.find] where = ["src"] [tool.setuptools.package-data] govoplan_access = ["py.typed"] [project.entry-points."govoplan.modules"] access = "govoplan_access.backend.manifest:get_manifest"