From 01b8bd284048f77d611979fecace55ab1fee6a90 Mon Sep 17 00:00:00 2001 From: Janne Vanhala Date: Fri, 29 Sep 2023 10:38:35 +0300 Subject: [PATCH] Add CHANGES.rst to the source distribution --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3f6b845..a2b7230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,9 @@ python_version = "3.8" show_error_codes = true strict = true +[tool.pdm.build] +source-includes = ["CHANGES.rst", "tests"] + [tool.pdm.version] source = "scm"