Finalize repo-scoping runtime rename
This commit is contained in:
parent
084159e51c
commit
28fad1b248
62 changed files with 445 additions and 305 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue