From 3aa1dbe5e55224d84a2d247fa53e29bc2f25f252 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Mon, 20 May 2024 18:08:33 +0200 Subject: [PATCH] build: update settings for sdist contents (#34) Fixes #33 --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0cb8c9c..d0bc8ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,9 +74,8 @@ urls.Repository = "https://github.com/afuetterer/python-re3data.git" scripts.re3data = "re3data.__main__:app" [tool.hatch.build.targets.sdist] -include = [ - "src", - "CHANGELOG.md", +only-include = [ + "src/re3data", ] [tool.hatch.build.targets.wheel]