We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbc2eb commit e4dc21fCopy full SHA for e4dc21f
setup.py
@@ -279,7 +279,9 @@ def pympress_resources():
279
if setuptools_version >= (30, 5):
280
options['data_files'] = [
281
('share/pixmaps/', ['pympress/share/pixmaps/pympress.png']),
282
- ('share/icons/hicolor/scalable/apps/', ['pympress/share/icons/hicolor/scalable/apps/io.github.pympress.svg']),
+ ('share/icons/hicolor/scalable/apps/', [
283
+ 'pympress/share/icons/hicolor/scalable/apps/io.github.pympress.svg',
284
+ ]),
285
('share/applications/', ['pympress/share/applications/io.github.pympress.desktop']),
286
('share/metainfo/', ['pympress/share/metainfo/io.github.pympress.metainfo.xml']),
287
]
0 commit comments