From dafa1369152c195c545e7cfeb5e22de0e49febcf Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Sat, 4 Jul 2015 02:10:34 +0100 Subject: [PATCH] Remove executable bit and shebang from setup.py Per discussions in this thread, the default should be -x without the shebang: http://lists.openstack.org/pipermail/openstack-dev/2015-June/067323.html Change-Id: I3f1046e1416890d9058c1c0e06df46f53f57f62e --- oslo.{{cookiecutter.module_name}}/setup.py | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 oslo.{{cookiecutter.module_name}}/setup.py diff --git a/oslo.{{cookiecutter.module_name}}/setup.py b/oslo.{{cookiecutter.module_name}}/setup.py old mode 100755 new mode 100644 index 7363757..056c16c --- a/oslo.{{cookiecutter.module_name}}/setup.py +++ b/oslo.{{cookiecutter.module_name}}/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License");