Skip to content
Snippets Groups Projects
Commit 3fcffc0d authored by Robert Rosca's avatar Robert Rosca
Browse files

Adjust package data list formatting

parent 1d1691b0
No related branches found
No related tags found
1 merge request!437Fix/requirements into setuppy
......@@ -88,7 +88,11 @@ setup(
"xfel_calibrate.notebooks": "xfel_calibrate/notebooks",
},
package_data={
"xfel_calibrate": ["bin/*.sh"] + data_files + ["titlepage.tmpl", "xfel.pdf"]
"xfel_calibrate": [
"bin/*.sh",
"titlepage.tmpl",
"xfel.pdf",
] + data_files
},
entry_points={
"console_scripts": [
......
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