From e96ba044f67ebad7eece627beb145f6adcf53993 Mon Sep 17 00:00:00 2001 From: Kim Davies Date: Mon, 27 Nov 2023 17:56:42 -0800 Subject: [PATCH] Restore tools/ and HISTORY.rst to sdist (fixes #166) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c38756a..53d89af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,4 +43,4 @@ dynamic = ["version"] [tool.flit.sdist] exclude = [".gitignore", ".github/"] -include = ["tests"] +include = ["tests", "tools", "HISTORY.rst"]