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 5cd5c0b commit 522e16dCopy full SHA for 522e16d
setup.py
@@ -600,11 +600,11 @@ def pxd(name):
600
'tests/data/*.table',
601
'tests/data/*.html',
602
'tests/data/html_encoding/*.html',
603
- 'tests/test_json/data/*.json',
604
- 'tests/formats/data/*.csv'],
+ 'tests/test_json/data/*.json'],
605
'pandas.tools': ['tests/*.csv'],
606
'pandas.tests': ['data/*.pickle',
607
'data/*.csv'],
+ 'pandas.tests.formats': ['data/*.csv'],
608
'pandas.tests.indexes': ['data/*.pickle'],
609
'pandas.tseries.tests': ['data/*.pickle',
610
'data/*.csv']
0 commit comments