Skip to content

Commit 5f3f93d

Browse files
authored
Merge pull request #681 from neutrinoceros/bld/flit-core
BLD: switch build backend to flit-core
2 parents d47c4b3 + c6c5ffa commit 5f3f93d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
build-backend = "setuptools.build_meta"
3-
requires = ["setuptools>=77.0.0"]
2+
requires = ["flit_core >=3.11,<4"]
3+
build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "vip_hci"
@@ -66,7 +66,3 @@ dev = [
6666
"sphinx_rtd_theme",
6767
"jupyter_sphinx",
6868
]
69-
70-
[tool.setuptools]
71-
zip-safe = false
72-
packages.find = { where = ["src"], namespaces = false }

0 commit comments

Comments
 (0)