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
This commit is contained in:
Louis Taylor 2015-07-04 02:04:14 +01:00
parent fb6a502956
commit 5e1bef4482

1
{{cookiecutter.repo_name}}/setup.py Executable file → Normal file
View File

@ -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");