Skip to content
Snippets Groups Projects
Commit 1961fc0a authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

FIX: added schema to package data files

parent 2bb39065
No related branches found
No related tags found
2 merge requests!33MAINT: change arguments of create_user,!21ENH: add json schema validation for config files
......@@ -163,7 +163,7 @@ def setup_package():
setup_requires=["pytest-runner>=2.0,<3dev"],
tests_require=["pytest", "pytest-cov", "coverage>=4.4.2", "jsonschema"],
package_data={
'caosdb': ['cert/indiscale.ca.crt'],
'caosdb': ['cert/indiscale.ca.crt', 'schema-pycaosdb-ini.yml'],
},
scripts=["src/caosdb/utils/caosdb_admin.py"]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment