We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875f96b commit e81e215Copy full SHA for e81e215
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["setuptools>=61.0"]
3
-build-backend = "setuptools.build_meta"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
4
5
[project]
6
name = "yafowil.widget.wysihtml5"
@@ -34,14 +34,5 @@ test = [
34
register = "yafowil.widget.wysihtml5:register"
35
example = "yafowil.widget.wysihtml5.example:get_example"
36
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
46
[tool.zest-releaser]
47
create-wheel = true
0 commit comments