From e99e0bff9946709f7967ea2fc7d20b89bc71f48d Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Sun, 4 Jan 2026 00:04:25 +0100 Subject: [PATCH] Remove docstring_parser.tests from bdist --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c2a019d..fb0df40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,11 @@ dev = [ "pre-commit >= 2.16.0; python_version>='3.9'", ] +[tool.hatch.build.targets.wheel] +exclude = [ + "/docstring_parser/tests", +] + [tool.black] line-length = 79