Skip to content

Commit

Permalink
SYS: Entry point should be eyelink, not sr_research
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd OST committed Jun 17, 2024
1 parent 93534e1 commit 7fc73d9
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 @@ -50,7 +50,7 @@ tests = [
where = ["", "psychopy_eyetracker_sr_research",]

[project.entry-points."psychopy.iohub.devices.eyetracker"]
sr_research = "psychopy_eyetracker_eyelogic.sr_research"
eyelink = "psychopy_eyetracker_eyelogic.sr_research.eyelink"

[tool.setuptools.package-data]
"*" = ["*.yaml"]

0 comments on commit 7fc73d9

Please sign in to comment.