Remove shebangs from various setup.py files (#5867)
setup.py files are not executable, and thus have no need for shebangs. Also remove unnecessary comments
This commit is contained in:
parent
e95483471e
commit
4669c3241b
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
|
@ -1,8 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""The setup script."""
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
# read me
|
||||
|
@ -1,8 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""The setup script."""
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
# read me
|
||||
|
Reference in New Issue
Block a user