From d09ece636614ce941dc7e3a15085f04db06abfa7 Mon Sep 17 00:00:00 2001 From: Bjoern Kerler Date: Thu, 14 Dec 2023 14:18:25 +0100 Subject: [PATCH] Update metadata dependencies in pyproject.toml --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fb4a68cc..37c745b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,3 +41,8 @@ stage2 = "stage2:main" [project.gui-scripts] mtk_gui = "mtk_gui:main" + +[tool.setuptools] +# See also the MANIFEST.in file. +# We want to install all the files in the package directories... +include-package-data = true \ No newline at end of file