Skip to content

Commit 2f5bc5e

Browse files
committed
fix transpiler package
1 parent f437c46 commit 2f5bc5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/setup.py.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ packages=['paddle',
6969
'paddle.fluid.proto',
7070
'paddle.fluid.proto.profiler',
7171
'paddle.fluid.layers',
72-
'paddle.fluid.transpiler']
72+
'paddle.fluid.transpiler',
73+
'paddle.fluid.transpiler.details']
7374

7475
if '${WITH_FLUID_ONLY}'== 'OFF':
7576
packages+=['paddle.proto',

0 commit comments

Comments
 (0)