Skip to content

Commit a03c285

Browse files
committed
pyproject(poetry): Include tests/* when packaging with poetry build
1 parent eebdc59 commit a03c285

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ classifiers = [
2626
packages = [
2727
{ include = "vcspull" }
2828
]
29+
include = [
30+
{ path = "tests", format = "sdist" }
31+
]
2932
readme = 'README.md'
3033
keywords = ["vcspull", "git", "vcs", "json", "yaml"]
3134

0 commit comments

Comments
 (0)