Skip to content

Commit 47c5627

Browse files
committed
MAINT: Switch build backend to setuptools
The reason is that I would like to use setuptools to build wheels instead of hatch. This is because I want to keep this package design in line with other similar packages in my community/field, i.e. antio
1 parent b6df7ff commit 47c5627

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs"]
3-
build-backend = "hatchling.build"
2+
requires = ["setuptools >= 64.0.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools]
6+
# These are the folders that we want to include in the package
7+
packages = ["eyelinkio", "libedfapi"]
48

59
[project]
610
name = "eyelinkio"

0 commit comments

Comments
 (0)