Skip to content

Commit 8946f35

Browse files
authored
GH-770: Fix missing .txt files
1 parent fd77257 commit 8946f35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ underthesea = [
8383
"*.yml",
8484
"*.yaml",
8585
"*.bin",
86-
"**/*.bin"
86+
"**/*.bin",
87+
"**/*.txt",
8788
]
8889

8990
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)