From 6cbb3da0411a41dd423ebe4c847dd85932e9bd09 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 9 Jan 2024 17:12:33 +0900 Subject: [PATCH] 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 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c0a24ea..f76858d 100644 --- a/setup.py +++ b/setup.py @@ -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");