Add example data files to setup

This commit is contained in:
Luke Campagnola 2014-12-23 16:39:37 -05:00
parent 77906fc7a2
commit 930c3a1c40
1 changed files with 1 additions and 1 deletions

View File

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