From 250c9decfd02fb15028a017dc2214873a54a31a7 Mon Sep 17 00:00:00 2001 From: dmo Date: Wed, 14 Aug 2024 15:59:16 +0200 Subject: [PATCH] Themes stylesheet arn't installed (#603) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b6ab4df..e8cdbd18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ where = ["."] include = ["fastflix*"] [tool.setuptools.package-data] -"*" = ['*.yaml', '*.ico', '*.svg', '*.png'] +"*" = ['*.yaml', '*.ico', '*.svg', '*.png', '*.qss'] [build-system] requires = ["setuptools", "setuptools_scm[toml]>=6.2", "wheel"]