Skip to content

Commit 79319d0

Browse files
0.0.8
1 parent da59a80 commit 79319d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

snok/templates/__shared/_pyproject_toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ dev = [
2020
"snok",
2121
]
2222

23+
[tool.snok]
24+
sources = [
25+
"{{ __template_name }}",
26+
"tests",
27+
]
28+
29+
2330
[tool.setuptools.package-data]
2431
{{ __template_name }} = ["py.typed"]
2532

0 commit comments

Comments
 (0)