Skip to content

Commit

Permalink
Fix python/setup.py.in
Browse files Browse the repository at this point in the history
ISSUE=4607061

git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1472 1ad973e4-5ce8-4261-8a94-b56d1f490c56
  • Loading branch information
xuwei06 committed Aug 31, 2016
1 parent 2def4b3 commit 8079001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages=['paddle',
'paddle.trainer_config_helpers',
'paddle.utils']

if len(INTERNAL_PACKAGE) == 0:
if len(INTERNAL_PACKAGE) != 0:
packages.append(INTERNAL_PACKAGE)

setup(name='paddle',
Expand Down

0 comments on commit 8079001

Please sign in to comment.