Skip to content

Commit

Permalink
Merge branch 'master' into 864_spinbox_skips_by_2
Browse files Browse the repository at this point in the history
  • Loading branch information
DolicaAkelloEgwel committed Mar 2, 2021
2 parents 8b1916c + 95b70c3 commit 0b39694
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ def run(self):
name="mantidimaging",
version="2.0.0",
packages=find_packages(),
package_data={"mantidimaging.gui": ["ui/*.ui", "ui/images/*.png"]},
package_data={
"mantidimaging.gui": ["ui/*.ui", "ui/images/*.png"],
"mantidimaging.core": ["gpu/*.cu"]
},
entry_points={
"console_scripts": ["mantidimaging-ipython = mantidimaging.ipython:main"],
"gui_scripts": ["mantidimaging = mantidimaging.main:main"],
Expand Down

0 comments on commit 0b39694

Please sign in to comment.