Skip to content

Commit 693cde9

Browse files
committed
Use hatchling instead of setuptools
1 parent 5dc1963 commit 693cde9

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.ldap"
@@ -48,14 +48,5 @@ Homepage = "https://github.com/conestack/node.ext.ldap"
4848
[project.scripts]
4949
testldap = "node.ext.ldap.main:slapd"
5050

51-
[tool.setuptools.packages.find]
52-
where = ["src"]
53-
54-
[tool.setuptools]
55-
zip-safe = false
56-
57-
[tool.setuptools.package-dir]
58-
"" = "src"
59-
6051
[tool.zest-releaser]
6152
create-wheel = true

0 commit comments

Comments
 (0)