fix package data

This commit is contained in:
piotr
2024-08-25 16:42:59 +02:00
parent b79d259942
commit c4cedee4ec

View File

@@ -13,7 +13,8 @@ setup(
packages=find_packages(),
include_package_data=True,
package_data={
"": ["config/*", "icons_dark/*", "icons_light/*", "icons_color/*", "langs/*", "executors/*", "local/*"]
"": ["config/*", "icons_dark/*", "icons_light/*", "icons_color/*", "langs/*", "executors/*", "local/*",
"modules/sni_system_tray/org.kde.StatusNotifierItem.xml"]
},
url='https://github.com/nwg-piotr/nwg-panel',
license='MIT',