From c70e53ca89acacc27d5a1ed8399cf473230e4827 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Sat, 20 Sep 2025 14:36:41 +0500 Subject: [PATCH] Don't include everything in sdist. --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 85fdc03..4403f0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,6 +71,17 @@ regex = true parallel = true sigterm = true +[tool.hatch.build.targets.sdist] +include = [ + "/artwork", + "/docs", + "/scrapyrt", + "/tests", + "/CHANGES.rst", + "/Dockerfile", + "/tox.ini", +] + [tool.mypy] check_untyped_defs = true