From 48dbff983dcfe9993c1b7cccf09061f83273a741 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 13 Mar 2024 00:00:06 +0100 Subject: [PATCH] update shebang --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b703e8b..742a3f4 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # vim:set expandtab tabstop=4 shiftwidth=4: