Skip to content

Commit 43b84bc

Browse files
committed
BUILD: Fixed issue #80, xls/csv file copying
1 parent 2af6604 commit 43b84bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
251251
'pandas.util'],
252252
package_data={'pandas' : ['tests/*.py'],
253253
'pandas.io' : ['tests/*.py',
254-
'tests/*.h5'],
254+
'tests/*.h5',
255+
'tests/*.csv',
256+
'tests/*.xls'],
255257
'pandas.stats' : ['tests/*.py']},
256258
ext_modules=extensions,
257259
maintainer_email=MAINTAINER_EMAIL,

0 commit comments

Comments
 (0)