Finalize repo-scoping runtime rename

This commit is contained in:
2026-05-15 21:16:34 +02:00
parent 084159e51c
commit 28fad1b248
62 changed files with 445 additions and 305 deletions

View File

@@ -3,7 +3,7 @@ requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "repo-registry"
name = "repo-scoping"
version = "0.1.0"
description = "Repository Scoping"
readme = "README.md"
@@ -22,7 +22,7 @@ dev = [
]
[project.scripts]
repo-scoping = "repo_registry.cli:main"
repo-scoping = "repo_scoping.cli:main"
[tool.setuptools.packages.find]
where = ["src"]