Skip to content

Commit d02a3dd

Browse files
committed
Use hatchling instead of setuptools
1 parent 5b77c53 commit d02a3dd

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"
@@ -40,14 +40,5 @@ test = [
4040
[project.urls]
4141
Homepage = "http://github.com/conestack/node"
4242

43-
[tool.setuptools.packages.find]
44-
where = ["src"]
45-
46-
[tool.setuptools]
47-
zip-safe = true
48-
49-
[tool.setuptools.package-dir]
50-
"" = "src"
51-
5243
[tool.zest-releaser]
5344
create-wheel = true

0 commit comments

Comments
 (0)