From f6a09894b97c145cf9c62e97bc67c2ee2cc4e425 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 1 Nov 2024 08:56:06 +0000 Subject: [PATCH] Include tests in flit_core sdist --- flit_core/pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flit_core/pyproject.toml b/flit_core/pyproject.toml index affb6d0a..a027ff0c 100644 --- a/flit_core/pyproject.toml +++ b/flit_core/pyproject.toml @@ -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/", +]