diff --git a/pyproject.toml b/pyproject.toml index 0a3f043..b7b0f55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ where = ["",] "*" = ["*.png",] [project.entry-points."psychopy.experiment.components"] -CedrusButtonBoxComponent = "psychopy_cedrus.components.cedrusBox:cedrusButtonBoxComponent" +CedrusButtonBoxComponent = "psychopy_cedrus.components.cedrusBox:CedrusButtonBoxComponent" RipondaButtonBoxBackend = "psychopy_cedrus.components.riponda:RipondaButtonBoxBackend" [project.entry-points."psychopy.hardware.cedrus"]