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 2ab70a3 commit f6a0989Copy full SHA for f6a0989
flit_core/pyproject.toml
@@ -24,4 +24,8 @@ Documentation = "https://flit.pypa.io"
24
Source = "https://github.com/pypa/flit"
25
26
[tool.flit.sdist]
27
-include = ["bootstrap_install.py", "build_dists.py"]
+include = [
28
+ "bootstrap_install.py",
29
+ "build_dists.py",
30
+ "tests_core/",
31
+]
0 commit comments