Skip to content

Commit

Permalink
Merge pull request #53 from jlenain/entrypoint
Browse files Browse the repository at this point in the history
Missing entry point for NectarCAMEventSource into ctapipe.io
  • Loading branch information
jlenain authored Jun 7, 2024
2 parents 31e4a39 + 1ec2fdf commit 320ca12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ all = [
"ctapipe_io_nectarcam[test,dev]",
]

[project.entry-points.ctapipe_io]
NectarCAMEventSource = "ctapipe_io_nectarcam:NectarCAMEventSource"

[tool.setuptools.packages.find]
where = ["src"]
exclude = ["ctapipe_io_nectarcam._dev_version"]
Expand Down

0 comments on commit 320ca12

Please sign in to comment.