Skip to content

Commit d1b4004

Browse files
committed
BLD: fix entry point
1 parent a3d4ce1 commit d1b4004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test = [
3131
[tool.setuptools_scm]
3232

3333
[project.entry-points."bilby.samplers"]
34-
cpnest = "cpnest_bilby.plugin:Cpnest"
34+
cpnest = "cpnest_bilby.plugin:CPNest"
3535

3636
[tool.ruff]
3737
line-length = 79

0 commit comments

Comments
 (0)