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:
Joe LeVeque 2020-11-10 00:07:37 -08:00 committed by GitHub
parent e95483471e
commit 4669c3241b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 12 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
import setuptools
setuptools.setup(

View File

@ -1,8 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""The setup script."""
from setuptools import setup, find_packages
# read me

View File

@ -1,8 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""The setup script."""
from setuptools import setup, find_packages
# read me