Skip to content

Commit

Permalink
Add example data files to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
campagnola committed Dec 23, 2014
1 parent 77906fc commit 930c3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run(self):
'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',
],
Expand Down

0 comments on commit 930c3a1

Please sign in to comment.