From b8d359b88e19f569eb62e5b894141017b84c7c55 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas@kluyver.me.uk> Date: Wed, 20 Apr 2022 11:30:26 +0100 Subject: [PATCH] Add xfel-calibrate-repeat command --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 901698b3c..93d39e473 100644 --- a/setup.py +++ b/setup.py @@ -132,6 +132,7 @@ setup( entry_points={ "console_scripts": [ "xfel-calibrate = xfel_calibrate.calibrate:run", + "xfel-calibrate-repeat = xfel_calibrate.repeat:main", ], }, cmdclass={ -- GitLab