From 5e1bef4482110c0e7eae319668d0956538b3e694 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Sat, 4 Jul 2015 02:04:14 +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: I2816003466b4f8f4fc027bc5ad9630286469871c --- {{cookiecutter.repo_name}}/setup.py | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 {{cookiecutter.repo_name}}/setup.py diff --git a/{{cookiecutter.repo_name}}/setup.py b/{{cookiecutter.repo_name}}/setup.py old mode 100755 new mode 100644 index 7363757..056c16c --- a/{{cookiecutter.repo_name}}/setup.py +++ b/{{cookiecutter.repo_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");