From ae549dbfb7382cf4fa8c35bdcfa4619231f37f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Fri, 14 Jun 2024 09:16:49 +0200 Subject: [PATCH] build: Re-include tests folder in source distributions Issue-55: https://github.com/pawamoy/markdown-exec/issues/55 --- .copier-answers.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 746a976..447c0dc 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 1.2.8 +_commit: 1.2.9 _src_path: gh:pawamoy/copier-uv author_email: dev@pawamoy.fr author_fullname: Timothée Mazzucotelli diff --git a/pyproject.toml b/pyproject.toml index 9017605..e4e9f49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ version = {source = "scm"} [tool.pdm.build] package-dir = "src" editable-backend = "editables" -source-includes = ["share"] +source-includes = ["share", "tests"] [tool.pdm.build.wheel-data] data = [