Skip to content

Commit

Permalink
Merge pull request #704 from pypa/flit-core-sdist-tests
Browse files Browse the repository at this point in the history
Include tests in flit_core sdist
  • Loading branch information
takluyver authored Nov 1, 2024
2 parents 2ab70a3 + f6a0989 commit ab4048a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flit_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ Documentation = "https://flit.pypa.io"
Source = "https://github.com/pypa/flit"

[tool.flit.sdist]
include = ["bootstrap_install.py", "build_dists.py"]
include = [
"bootstrap_install.py",
"build_dists.py",
"tests_core/",
]

0 comments on commit ab4048a

Please sign in to comment.