Skip to content

Commit edcb1e5

Browse files
committed
MAINT: Move from flat-layout -> src-layout package structure
Since we now have the libedfapi folder, I think it is cleaner to keep this and eyelinkio in a src folder instead of at the root directory. This also mimics antio, and helps setuptools work automagically
1 parent 47c5627 commit edcb1e5

File tree

19 files changed

+1
-2
lines changed

19 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ requires = ["setuptools >= 64.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools]
6-
# These are the folders that we want to include in the package
7-
packages = ["eyelinkio", "libedfapi"]
6+
package-dir = {""= "src"}
87

98
[project]
109
name = "eyelinkio"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)