We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c11375 commit bd6a822Copy full SHA for bd6a822
1 file changed
setup.py
@@ -116,8 +116,8 @@
116
"DLSTrigger = dlstbx.services.trigger:DLSTrigger",
117
"DLSValidation = dlstbx.services.validation:DLSValidation",
118
"DLSXRayCentering = dlstbx.services.xray_centering:DLSXRayCentering",
119
- "HTCondorStats = dlstbx.services.htcondorstats:HTCondorStats",
120
- "HTCondorWatcher = dlstbx.services.htcondorwatcher:HTCondorWatcher",
+ "CloudStats = dlstbx.services.cloudstats:CloudStats",
+ "CloudWatcher = dlstbx.services.cloudwatcher:CloudWatcher",
121
"S3EchoUploader = dlstbx.services.s3echo_uploader:S3EchoUploader",
122
"SSXPlotter = dlstbx.services.ssx_plotter:SSXPlotter",
123
# "LoadProducer = dlstbx.services.load_producer:LoadProducer", # tentatively disabled
0 commit comments