Skip to content

Commit

Permalink
Add service entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
pblowey committed Jun 27, 2024
1 parent 95003de commit b0eb7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ GitHub = "https://github.com/DiamondLightSource/python-zocalo"

[project.entry-points."workflows.services"]
Dispatcher = "zocalo.service.dispatcher:Dispatcher"
DLSPyMcaFitter = "zocalo.service.pymca_fitter:DLSPyMcaFitter"
JSONLines = "zocalo.service.jsonlines:JSONLines"
Mailer = "zocalo.service.mailer:Mailer"
Schlockmeister = "zocalo.service.schlockmeister:Schlockmeister"
Expand Down

0 comments on commit b0eb7c8

Please sign in to comment.