Cross repo isolation

This commit is contained in:
2026-05-02 21:55:35 +02:00
parent a462827eda
commit bf2dc4ae98
10 changed files with 695 additions and 14 deletions

View File

@@ -21,6 +21,9 @@ dev = [
"pytest>=7.4",
]
[project.scripts]
repo-scoping = "repo_registry.cli:main"
[tool.setuptools.packages.find]
where = ["src"]