Skip to content
Snippets Groups Projects
Commit ba9e995b authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Ensure restful_config.yaml gets installed as part of the package

parent 331d7eeb
No related branches found
No related tags found
1 merge request!679Ensure restful_config.yaml gets installed as part of the package
...@@ -120,6 +120,7 @@ setup( ...@@ -120,6 +120,7 @@ setup(
packages=find_packages("src"), packages=find_packages("src"),
package_dir={"": "src"}, package_dir={"": "src"},
package_data={ package_data={
"cal_tools": ["restful_config.yaml"],
"xfel_calibrate": [ "xfel_calibrate": [
"bin/*.sh", "bin/*.sh",
"titlepage.tmpl", "titlepage.tmpl",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment