We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f7ab2 commit 334f564Copy full SHA for 334f564
pyproject.toml
@@ -25,3 +25,8 @@ ipython3 = "IPython.lib.lexers:IPython3Lexer"
25
26
[project.urls]
27
Source = "https://github.com/ipython/ipython-pygments-lexers"
28
+
29
+[tool.flit.sdist]
30
+include = [
31
+ "test_*.py",
32
+]
0 commit comments