From 3030822b0b06a43fbbb2710da7b0846d1bebd2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Wed, 26 Jul 2023 20:04:34 +0200 Subject: [PATCH] Include CHANGELOG.rst in sdist (#704) Fixes #688 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2379151..735b8ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ Source = "https://github.com/pypa/packaging" [tool.flit.sdist] -include = ["LICENSE*", "tests/", "docs/"] +include = ["LICENSE*", "tests/", "docs/", "CHANGELOG.rst"] exclude = ["docs/_build", "tests/manylinux/build-hello-world.sh", "tests/musllinux/build.sh", "tests/hello-world.c", "tests/__pycache__", "build/__pycache__"]