Skip to content

Commit

Permalink
FF: Added MANIFEST.in and pkg dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcutone committed Jun 9, 2023
1 parent bd54d6d commit beda871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include psychopy_eyetracker_tobii/tobii/*.yaml
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "psychopy-eyetracker-tobii"
version = "0.0.21"
version = "0.0.1"
description = "Extension package for PsychoPy which adds support for Tobii eyetrackers."
readme = "README.md"
requires-python = ">= 3.7"
Expand All @@ -30,4 +30,6 @@ urls.documentation = "https://pages.github.com/psychopy/psychopy-eyetracker-tobi
urls.repository = "https://github.com/psychopy/psychopy-eyetracker-tobii"
dependencies = [
"tobiiresearch"
]
]
[tool.setuptools.packages.find]
where = ["", "psychopy_eyetracker_tobii",]

0 comments on commit beda871

Please sign in to comment.