Skip to content

Commit 334f564

Browse files
committed
Ensure tests included in sdist
1 parent 02f7ab2 commit 334f564

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ ipython3 = "IPython.lib.lexers:IPython3Lexer"
2525

2626
[project.urls]
2727
Source = "https://github.com/ipython/ipython-pygments-lexers"
28+
29+
[tool.flit.sdist]
30+
include = [
31+
"test_*.py",
32+
]

0 commit comments

Comments
 (0)