We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f600e20 commit 76b0c54Copy full SHA for 76b0c54
setup.py
@@ -666,12 +666,14 @@ def pxd(name):
666
'pandas.io.tests',
667
'pandas.stats.tests',
668
],
669
- package_data={'pandas.io': ['tests/*.h5',
670
- 'tests/*.csv',
671
- 'tests/*.txt',
672
- 'tests/*.xls',
673
- 'tests/*.xlsx',
674
- 'tests/*.table'],
+ package_data={'pandas.io': ['tests/data/legacy_hdf/*.h5',
+ 'tests/data/legacy_pickle/0.10.1/*.pickle',
+ 'tests/data/legacy_pickle/0.11.0/*.pickle',
+ 'tests/data/*.csv',
+ 'tests/data/*.txt',
+ 'tests/data/*.xls',
675
+ 'tests/data/*.xlsx',
676
+ 'tests/data/*.table'],
677
'pandas.tools': ['tests/*.csv'],
678
'pandas.tests': ['data/*.pickle',
679
'data/*.csv'],
0 commit comments