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 1643dfe commit f65a100Copy full SHA for f65a100
pyproject.toml
@@ -41,8 +41,12 @@ ChangeLog = "https://github.com/conestack/webresource/blob/master/CHANGES.rst"
41
"Issue Tracker" = "https://github.com/conestack/webresource/issues"
42
"Source Code" = "https://github.com/conestack/webresource"
43
44
+[tool.hatch.build.targets.sdist]
45
+exclude = ["/docs"]
46
+include = ["docs/source/overview.rst"]
47
48
[tool.hatch.build.targets.wheel]
49
packages = ["webresource"]
50
+
51
[tool.zest-releaser]
52
create-wheel = true
0 commit comments