From 44651be9dc02b54ad831c14ebfe0bc65afb72433 Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Tue, 19 Dec 2023 16:41:59 +0100 Subject: [PATCH] sdist target --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fba0fb4..2c5a8e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,3 +53,10 @@ python = [ [tool.pytest] qt_api = 'pyqt5' + +[tool.hatch.build.targets.sdist] +include = [ + "/decide", + "/docs", + "/data", +] \ No newline at end of file