Skip to content

Commit

Permalink
SYS: Fix entry point ref
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed May 16, 2024
1 parent 3ff620b commit 420ea1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 420ea1a

Please sign in to comment.