Add example data files to setup
This commit is contained in:
parent
77906fc7a2
commit
930c3a1c40
2
setup.py
2
setup.py
@ -121,7 +121,7 @@ setup(
|
||||
'style': helpers.StyleCommand},
|
||||
packages=allPackages,
|
||||
package_dir={'pyqtgraph.examples': 'examples'}, ## install examples along with the rest of the source
|
||||
#package_data={'pyqtgraph': ['graphicsItems/PlotItem/*.png']},
|
||||
package_data={'pyqtgraph.examples': ['optics/*.gz', 'relativity/presets/*.cfg']},
|
||||
install_requires = [
|
||||
'numpy',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user