Skip to content

Commit

Permalink
SYS: Fix entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd OST committed Jun 17, 2024
1 parent fe1707f commit 974880b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ tests = [
[tool.setuptools.packages.find]
where = ["", "psychopy_eyetracker_tobii",]

[project.entry-points."psychopy.iohub.devices"]
EyeTracker = "psychopy_eyetracker_tobii.tobii.eyetracker:EyeTracker"

[project.entry-points."psychopy.iohub.devices.eyetracker"]
EyeTracker = "psychopy_eyetracker_tobii.tobii.eyetracker:EyeTracker"
tobii = "psychopy_eyetracker_tobii.tobii"

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

0 comments on commit 974880b

Please sign in to comment.