From 357a1bd6946b4453fd400e012a9babb391a1b311 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Sat, 4 Jul 2026 14:40:47 +0200 Subject: [PATCH] add damaris3.glade (Fixes #17) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2403cb2..66fd8ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ DAMARIS3 = "damaris.__main__:main" where = ["src"] [tool.setuptools.package-data] -"damaris.gui" = ["DAMARIS3.png", "DAMARIS3.ico", "damaris.xml", "python.xml"] +"damaris.gui" = ["DAMARIS3.png", "DAMARIS3.ico", "damaris.xml", "python.xml", "damaris3.glade"] [tool.setuptools.data-files] "share/python3-damaris/images" = ["src/damaris/gui/DAMARIS3.png", "src/damaris/gui/DAMARIS3.ico"]