Skip to content

Commit 0194e31

Browse files
committed
move computation
1 parent 0e6bcb4 commit 0194e31

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,6 @@ def pxd(name):
626626
'pandas.compat',
627627
'pandas.compat.numpy',
628628
'pandas.computation',
629-
'pandas.computation.tests',
630629
'pandas.core',
631630
'pandas.indexes',
632631
'pandas.io',
@@ -638,6 +637,7 @@ def pxd(name):
638637
'pandas.util',
639638
'pandas.tests',
640639
'pandas.tests.api',
640+
'pandas.tests.computation',
641641
'pandas.tests.frame',
642642
'pandas.tests.indexes',
643643
'pandas.tests.indexes.datetimes',

0 commit comments

Comments
 (0)