From 30071699d7e9904473849c0c03b5cbe2f3c3a7b6 Mon Sep 17 00:00:00 2001 From: Nils Nemitz Date: Sat, 27 Mar 2021 16:15:19 +0900 Subject: [PATCH] Include colormaps in installer (#1660) * renamed mathods and moved color map example * added colors/maps/ data to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8f328f9a..6656bb97 100644 --- a/setup.py +++ b/setup.py @@ -140,6 +140,7 @@ setup( package_dir={'pyqtgraph.examples': 'examples'}, ## install examples along with the rest of the source package_data={'pyqtgraph.examples': ['optics/*.gz', 'relativity/presets/*.cfg'], "pyqtgraph.icons": ["*.svg", "*.png"], + "pyqtgraph": ["colors/maps/*.csv", "colors/maps/*.txt"], }, install_requires = [ 'numpy>=1.17.0',