Skip to content

Commit ab4048a

Browse files
authored
Merge pull request #704 from pypa/flit-core-sdist-tests
Include tests in flit_core sdist
2 parents 2ab70a3 + f6a0989 commit ab4048a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flit_core/pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ Documentation = "https://flit.pypa.io"
2424
Source = "https://github.com/pypa/flit"
2525

2626
[tool.flit.sdist]
27-
include = ["bootstrap_install.py", "build_dists.py"]
27+
include = [
28+
"bootstrap_install.py",
29+
"build_dists.py",
30+
"tests_core/",
31+
]

0 commit comments

Comments
 (0)