Skip to content

Commit

Permalink
Fix error that icons folder was not distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
lazigu committed Dec 21, 2021
1 parent 60f1a39 commit 8e9a598
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
# -*- coding: utf-8 -*-
from setuptools import setup

setup()
setup(
package_data={'napari_clusters_plotter': ['icons/*']}
)

0 comments on commit 8e9a598

Please sign in to comment.