Skip to content

Commit 9c56dce

Browse files
committed
qtViewer: copy/install svg
Signed-off-by: Thorsten Liebig <thorsten.liebig@gmx.de>
1 parent 04f2796 commit 9c56dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def get_modules_list(module_prefix, path_glob_pattern, build_options):
221221
"pyproject.toml", "CSXCAD/__fallback_version__.py"
222222
),
223223
packages=["CSXCAD", "CSXCAD/qtViewer"],
224-
package_data={'CSXCAD': ['*.pxd', 'qtViewer/icons/*.png']},
224+
package_data={'CSXCAD': ['*.pxd', 'qtViewer/icons/*.png', 'qtViewer/icons/*.svg']},
225225
# DO NOT add any new build-time dependency in setup_requires.
226226
# We should use pyproject.toml exclusively. The only item
227227
# "cython" is meant to activate auto-Cython feature in

0 commit comments

Comments
 (0)