Include colormaps in installer (#1660)
* renamed mathods and moved color map example * added colors/maps/ data to setup.py
This commit is contained in:
parent
4dc76ed90e
commit
30071699d7
1
setup.py
1
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',
|
||||
|
Loading…
Reference in New Issue
Block a user