Skip to content

Commit 20de266

Browse files
gfyoungjreback
authored andcommitted
BLD: included pandas.api.* in setup.py (#13640)
1 parent 7dd4091 commit 20de266

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,9 @@ def pxd(name):
547547
maintainer=AUTHOR,
548548
version=versioneer.get_version(),
549549
packages=['pandas',
550+
'pandas.api',
551+
'pandas.api.tests',
552+
'pandas.api.types',
550553
'pandas.compat',
551554
'pandas.compat.numpy',
552555
'pandas.computation',

0 commit comments

Comments
 (0)