Skip to content

Commit 0ea104b

Browse files
authored
Expand the pyproject.toml sdist include expression to include src/_typed_dict_test_helper.py (#97)
1 parent 93ac93b commit 0ea104b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ name = "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee"
5757
email = "levkivskyi@gmail.com"
5858

5959
[tool.flit.sdist]
60-
include = ["CHANGELOG.md", "README.md", "*/test*.py"]
60+
include = ["CHANGELOG.md", "README.md", "*/*test*.py"]
6161
exclude = []

0 commit comments

Comments
 (0)