Skip to content

Commit 3a052f2

Browse files
committed
Use hatchling instead of setuptools
1 parent 24a670b commit 3a052f2

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pyproject.toml

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

55
[project]
66
name = "node.ext.fs"
@@ -34,14 +34,5 @@ test = [
3434
[project.urls]
3535
Homepage = "http://github.com/conestack/node.ext.fs"
3636

37-
[tool.setuptools.packages.find]
38-
where = ["src"]
39-
40-
[tool.setuptools]
41-
zip-safe = true
42-
43-
[tool.setuptools.package-dir]
44-
"" = "src"
45-
4637
[tool.zest-releaser]
4738
create-wheel = true

0 commit comments

Comments
 (0)