Skip to content

Commit

Permalink
Include tests in flit_core sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 1, 2024
1 parent 2ab70a3 commit f6a0989
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 f6a0989

Please sign in to comment.