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
This commit is contained in:
Louis Taylor 2015-07-04 02:10:34 +01:00
parent 7651f6466e
commit dafa136915
1 changed files with 0 additions and 1 deletions

1
oslo.{{cookiecutter.module_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");