Skip to content

Commit

Permalink
Include tsv file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwmsmith committed Apr 28, 2016
1 parent f489a21 commit 52703c8
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 @@ -42,7 +42,7 @@ def find_data_files(exts, where='blaze'):
yield os.path.join(root, f)


exts = '*.h5', '*.csv', '*.xls', '*.xlsx', '*.db', '*.json', '*.gz', '*.hdf5'
exts = '*.h5', '*.tsv', '*.csv', '*.xls', '*.xlsx', '*.db', '*.json', '*.gz', '*.hdf5'
package_data = [os.path.join(x.replace('blaze' + os.sep, ''), '*.py')
for x in testdirs]
package_data += [x.replace('blaze' + os.sep, '')
Expand Down

0 comments on commit 52703c8

Please sign in to comment.