From ceb97c3f8bdc206f7898602ce10c1894b1d93419 Mon Sep 17 00:00:00 2001 From: Pierre Raybaut Date: Mon, 18 Sep 2023 13:43:30 +0200 Subject: [PATCH] Fixes #1: typo in pyproject.toml was excluding .ui files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0caea7c..f41ea2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = ["pytest", "pytest-cov", "pytest-qt", "pytest-xvfb"] include = ["plotpy*"] [tool.setuptools.package-data] -"*" = ["*.png", "*.svg", "*.mo", "*.chm", "*.cfg", "*.toml", ".dcm", ".ui"] +"*" = ["*.png", "*.svg", "*.mo", "*.chm", "*.cfg", "*.toml", "*.dcm", "*.ui"] [tool.setuptools.dynamic] version = { attr = "plotpy.__version__" }