Skip to content

Commit e81e215

Browse files
committed
Use hatchling instead of setuptools
1 parent 875f96b commit e81e215

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 = "yafowil.widget.wysihtml5"
@@ -34,14 +34,5 @@ test = [
3434
register = "yafowil.widget.wysihtml5:register"
3535
example = "yafowil.widget.wysihtml5.example:get_example"
3636

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

0 commit comments

Comments
 (0)