Skip to content

Commit 77a2714

Browse files
committed
build: Missing src/ and tests/
1 parent df6ab26 commit 77a2714

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ classifiers = [
2222
]
2323

2424

25+
packages = [
26+
{ include = "*", from = "src" },
27+
]
28+
include = [
29+
{ path = "tests", format = "sdist" },
30+
]
31+
32+
2533
[tool.poetry.dependencies]
2634
python = "^3.7"
2735

0 commit comments

Comments
 (0)