diff --git a/setup.py b/setup.py index e361822c..63e66b5f 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ class Install(DistUtilsExtra.auto.install_auto): with open(policy_path, 'r') as f: contents = f.read() - if not '{executable}' in contents: + if '{executable}' not in contents: # already done previously return