diff --git a/pyproject.toml b/pyproject.toml index 79a44b4..e4400c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,8 @@ ipython3 = "IPython.lib.lexers:IPython3Lexer" [project.urls] Source = "https://github.com/ipython/ipython-pygments-lexers" + +[tool.flit.sdist] +include = [ + "test_*.py", +]