Include colormaps in installer (#1660)

* renamed mathods and moved color map example

* added colors/maps/ data to setup.py
This commit is contained in:
Nils Nemitz 2021-03-27 16:15:19 +09:00 committed by GitHub
parent 4dc76ed90e
commit 30071699d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',