Skip to content

Commit

Permalink
update data file dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Weixiang Yu committed Jul 4, 2017
1 parent bf34719 commit 0bd9d6c
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 @@ -134,7 +134,7 @@ def run(self):
'vizic/static/index.js',
'vizic/static/index.js.map',
] + glob('vizic/static/*.png')),
('share/vizic/data', ['examples/demo.csv'])
('share/vizic/data', ['examples/data & figs/demo.csv'])
],
'install_requires': [
'motor>=1.0', 'pandas', 'numpy', 'uuid', 'ipywidgets>=6.0.0',
Expand Down

0 comments on commit 0bd9d6c

Please sign in to comment.