Skip to content

Commit 4bf77e1

Browse files
authored
Include docs and test folders in sdist (#182)
Include tests and docs in build distribution.
2 parents ac32af9 + fc1d635 commit 4bf77e1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ build-backend = "poetry.core.masonry.api"
4343
poethepoet = ">=0.26"
4444
poetry = ">=2.1"
4545

46+
[tool.poetry]
47+
include = [
48+
{ path = "docs", format = "sdist" },
49+
{ path = "test", format = "sdist" },
50+
]
51+
4652
[tool.poetry.requires-plugins]
4753
poethepoet = ">=0.32"
4854

0 commit comments

Comments
 (0)