From 5746c64972acfb59d36cf76eb0ee1dc8abaaec14 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 1 Aug 2018 10:41:34 +0200 Subject: setup.py: Use env-based shebang --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 642e0d9..e3c4ddc 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # vim:fileencoding=utf-8 # (C) 2017-2018 Michał Górny # Licensed under the terms of 2-clause BSD license -- cgit v1.2.3