Skip to content
Snippets Groups Projects
Commit b1f290d8 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Ship the schema in the package so the tests can read it

It is more obvious that this is *easy* than that it makes complete sense...
parent 51ea93f8
No related branches found
No related tags found
Loading
......@@ -22,6 +22,6 @@ def get_version():
setup(
version=get_version(),
package_data={
"": ["testing-signing.key"],
"": ["backup-recovery.yaml", "testing-signing.key"],
},
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment