Skip to content

Commit 002c340

Browse files
author
Dimitar Tasev
committed
Specify images extension
1 parent 20641fd commit 002c340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def run(self):
117117
name="mantidimaging",
118118
version="2.0.0",
119119
packages=find_packages(),
120-
package_data={"mantidimaging.gui": ["ui/*.ui", "ui/images/*"]},
120+
package_data={"mantidimaging.gui": ["ui/*.ui", "ui/images/*.png"]},
121121
entry_points={
122122
"console_scripts": ["mantidimaging-ipython = mantidimaging.ipython:main"],
123123
"gui_scripts": ["mantidimaging = mantidimaging.main:main"],

0 commit comments

Comments
 (0)