generated from coulomb/repo-seed
Bundle hub registration schema in the installed package
Some checks failed
ci / validate-registry (push) Has been cancelled
Some checks failed
ci / validate-registry (push) Has been cancelled
Load the schema from reuse_surface/hub/ next to store.py and declare package-data so pip install includes the YAML in site-packages. Fixes hub register 500 in the container image.
This commit is contained in:
@@ -26,4 +26,7 @@ reuse-surface = "reuse_surface.cli:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["reuse_surface*"]
|
||||
include = ["reuse_surface*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
reuse_surface = ["hub/hub-registration.schema.yaml"]
|
||||
Reference in New Issue
Block a user