diff --git a/ipaclient/setup.py.in b/ipaclient/setup.py.in index 23249dfd0..139b9dec6 100644 --- a/ipaclient/setup.py.in +++ b/ipaclient/setup.py.in @@ -36,7 +36,8 @@ Operating System :: Unix # BEFORE importing distutils, remove MANIFEST. distutils doesn't properly # update it when the contents of directories change. -if os.path.exists('MANIFEST'): os.remove('MANIFEST') +if os.path.exists('MANIFEST'): + os.remove('MANIFEST') def setup_package(): diff --git a/ipalib/setup.py.in b/ipalib/setup.py.in index 3bc6b7590..2af083413 100644 --- a/ipalib/setup.py.in +++ b/ipalib/setup.py.in @@ -36,7 +36,8 @@ Operating System :: Unix # BEFORE importing distutils, remove MANIFEST. distutils doesn't properly # update it when the contents of directories change. -if os.path.exists('MANIFEST'): os.remove('MANIFEST') +if os.path.exists('MANIFEST'): + os.remove('MANIFEST') def setup_package(): diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in index af814cbe6..3a4d126b1 100755 --- a/ipapython/setup.py.in +++ b/ipapython/setup.py.in @@ -37,7 +37,8 @@ Operating System :: Unix # BEFORE importing distutils, remove MANIFEST. distutils doesn't properly # update it when the contents of directories change. -if os.path.exists('MANIFEST'): os.remove('MANIFEST') +if os.path.exists('MANIFEST'): + os.remove('MANIFEST') def setup_package():