Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
BUILD: Fixed issue #80, xls/csv file copying
  • Loading branch information
jberka committed Aug 6, 2011
commit 43b84bc31efa770b9bb6fcd650643db50266917d
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
'pandas.util'],
package_data={'pandas' : ['tests/*.py'],
'pandas.io' : ['tests/*.py',
'tests/*.h5'],
'tests/*.h5',
'tests/*.csv',
'tests/*.xls'],
'pandas.stats' : ['tests/*.py']},
ext_modules=extensions,
maintainer_email=MAINTAINER_EMAIL,
Expand Down