diff --git a/setup.py b/setup.py index a569486..e64094b 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,8 @@ def install(mute=True): def uninstall(): print('Uninstall tdo...') - subprocess.call(['python3', sys.argv[0], 'install', '--record', 'files.txt']) + subprocess.call(['python3', sys.argv[0], 'install', '--record', + 'files.txt']) filelist = [] with open('files.txt') as files: filelist = files.readlines()