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

Add xfel-calibrate-repeat command

parent d4fda8d2
No related branches found
No related tags found
1 merge request!660Recreate environments on demand for xfel-calibrate-repeat
...@@ -132,6 +132,7 @@ setup( ...@@ -132,6 +132,7 @@ setup(
entry_points={ entry_points={
"console_scripts": [ "console_scripts": [
"xfel-calibrate = xfel_calibrate.calibrate:run", "xfel-calibrate = xfel_calibrate.calibrate:run",
"xfel-calibrate-repeat = xfel_calibrate.repeat:main",
], ],
}, },
cmdclass={ cmdclass={
......
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