Remove shebang from setup.py

Most of the repositories don't contain shebang in their setup.py. Let's
remove it to make the file more consistent across repos.

Change-Id: I844c198878a044b91d04cfa48971712b30288ae1
This commit is contained in:
Takashi Kajinami 2024-01-09 17:12:33 +09:00
parent 18138d9f09
commit 6cbb3da041

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