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