Skip to content

Commit 5cd5c0b

Browse files
committed
BLD: update setup.py for formats/types
1 parent 0632168 commit 5cd5c0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ def pxd(name):
563563
'pandas.indexes',
564564
'pandas.io',
565565
'pandas.io.sas',
566+
'pandas.formats',
566567
'pandas.rpy',
567568
'pandas.sandbox',
568569
'pandas.sparse',
@@ -573,11 +574,14 @@ def pxd(name):
573574
'pandas.tests.frame',
574575
'pandas.tests.indexes',
575576
'pandas.tests.series',
577+
'pandas.tests.formats',
578+
'pandas.tests.types',
576579
'pandas.tests.test_msgpack',
577580
'pandas.tools',
578581
'pandas.tools.tests',
579582
'pandas.tseries',
580583
'pandas.tseries.tests',
584+
'pandas.types',
581585
'pandas.io.tests',
582586
'pandas.io.tests.test_json',
583587
'pandas.stats.tests',

0 commit comments

Comments
 (0)