From 35d1aa6766477ee30254c65c18168e99f969491f Mon Sep 17 00:00:00 2001 From: Unai Sainz-Estebanez Date: Tue, 10 Dec 2024 13:08:45 +0100 Subject: [PATCH] Add shebang to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 8725ee25e..b90d12fbb 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file, # You can obtain one at http://mozilla.org/MPL/2.0/.