Skip to content

Commit f65a100

Browse files
committed
include manifest info to pyproject.toml
1 parent 1643dfe commit f65a100

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ ChangeLog = "https://github.com/conestack/webresource/blob/master/CHANGES.rst"
4141
"Issue Tracker" = "https://github.com/conestack/webresource/issues"
4242
"Source Code" = "https://github.com/conestack/webresource"
4343

44+
[tool.hatch.build.targets.sdist]
45+
exclude = ["/docs"]
46+
include = ["docs/source/overview.rst"]
4447

4548
[tool.hatch.build.targets.wheel]
4649
packages = ["webresource"]
50+
4751
[tool.zest-releaser]
4852
create-wheel = true

0 commit comments

Comments
 (0)