Milestone 0 plus the manual-registry spine from Milestone 1
This commit is contained in:
parent
a833d4f82c
commit
3b2d1667bb
13 changed files with 1000 additions and 2 deletions
5
src/repo_registry/__init__.py
Normal file
5
src/repo_registry/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""Repository Ability Registry."""
|
||||
|
||||
__all__ = ["__version__"]
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue