Remove generated tenancy artifacts

This commit is contained in:
2026-07-10 22:21:58 +02:00
parent 881f8d8755
commit 59f3f22f7a
25 changed files with 1 additions and 42 deletions

1
.gitignore vendored
View File

@@ -151,6 +151,7 @@ webui/.import-test-build/
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class

View File

@@ -1,18 +0,0 @@
Metadata-Version: 2.4
Name: govoplan-tenancy
Version: 0.1.6
Summary: GovOPlaN tenancy platform module.
Author: GovOPlaN
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: govoplan-core>=0.1.6
# GovOPlaN Tenancy
`govoplan-tenancy` owns the live `tenancy_tenants` table, tenant lifecycle, and
tenant settings API route contributions during the GovOPlaN module split.
`govoplan-access` depends on this module, and core's registry inserts tenancy
before access for authenticated platform composition. Core migrations rename the
historical `tenants` table to the module-prefixed table name for existing
development databases.

View File

@@ -1,19 +0,0 @@
README.md
pyproject.toml
src/govoplan_tenancy/__init__.py
src/govoplan_tenancy/py.typed
src/govoplan_tenancy.egg-info/PKG-INFO
src/govoplan_tenancy.egg-info/SOURCES.txt
src/govoplan_tenancy.egg-info/dependency_links.txt
src/govoplan_tenancy.egg-info/entry_points.txt
src/govoplan_tenancy.egg-info/requires.txt
src/govoplan_tenancy.egg-info/top_level.txt
src/govoplan_tenancy/backend/__init__.py
src/govoplan_tenancy/backend/capabilities.py
src/govoplan_tenancy/backend/manifest.py
src/govoplan_tenancy/backend/api/__init__.py
src/govoplan_tenancy/backend/api/v1/__init__.py
src/govoplan_tenancy/backend/api/v1/routes.py
src/govoplan_tenancy/backend/api/v1/schemas.py
src/govoplan_tenancy/backend/db/__init__.py
src/govoplan_tenancy/backend/db/models.py

View File

@@ -1,2 +0,0 @@
[govoplan.modules]
tenancy = govoplan_tenancy.backend.manifest:get_manifest

View File

@@ -1 +0,0 @@
govoplan-core>=0.1.6

View File

@@ -1 +0,0 @@
govoplan_tenancy