From 8b2d37431a81146d1911d658c3753ce0251425dc Mon Sep 17 00:00:00 2001 From: Xavier Olive Date: Tue, 29 Oct 2024 09:58:10 +0100 Subject: [PATCH] unnecessary [tool.hatch.build.targets.sdist] --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e03a2e..2696eeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,9 +32,6 @@ decoding = ["pymodes>=2.18", "rs1090>=0.3.8"] requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.build.targets.sdist] -include = ["license.txt", "py.typed"] - [tool.uv] dev-dependencies = [ "pre-commit >= 3.8.0",