File install-all-registry.patch of Package mcp-gateway-registry
Index: mcp-gateway-registry-0+git.1750644335.68436f9/pyproject.toml
===================================================================
--- mcp-gateway-registry-0+git.1750644335.68436f9.orig/pyproject.toml
+++ mcp-gateway-registry-0+git.1750644335.68436f9/pyproject.toml
@@ -49,8 +49,10 @@ dev = [
"freezegun>=1.4.0",
]
-[tool.setuptools]
-packages = ["registry"]
+[tool.setuptools.packages.find]
+where = ["."]
+include = ["registry*"]
+namespaces = false
# Pytest Configuration
[tool.pytest.ini_options]