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 20641fd commit 002c340Copy full SHA for 002c340
setup.py
@@ -117,7 +117,7 @@ def run(self):
117
name="mantidimaging",
118
version="2.0.0",
119
packages=find_packages(),
120
- package_data={"mantidimaging.gui": ["ui/*.ui", "ui/images/*"]},
+ package_data={"mantidimaging.gui": ["ui/*.ui", "ui/images/*.png"]},
121
entry_points={
122
"console_scripts": ["mantidimaging-ipython = mantidimaging.ipython:main"],
123
"gui_scripts": ["mantidimaging = mantidimaging.main:main"],
0 commit comments