Skip to content

Commit 336c123

Browse files
wopeizlpeizhilin
authored andcommitted
fix typo
test=develop
1 parent 2202f22 commit 336c123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if os.name == 'nt':
142142

143143
if '${WITH_FLUID_ONLY}'== 'OFF':
144144
package_data['paddle.v2.master']=['libpaddle_master' + ext_name]
145-
package_data['py_paddle']=['*.py','_swig_paddle' + + ext_name]
145+
package_data['py_paddle']=['*.py','_swig_paddle' + ext_name]
146146

147147
package_dir={
148148
'': '${PADDLE_BINARY_DIR}/python',

0 commit comments

Comments
 (0)