Remove generated tenancy artifacts
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -151,6 +151,7 @@ webui/.import-test-build/
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -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
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
[govoplan.modules]
|
||||
tenancy = govoplan_tenancy.backend.manifest:get_manifest
|
||||
@@ -1 +0,0 @@
|
||||
govoplan-core>=0.1.6
|
||||
@@ -1 +0,0 @@
|
||||
govoplan_tenancy
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user