changeset 337:544c437f5094

install (setup): fixed shebang for python3
author Goffi <goffi@goffi.org>
date Sat, 28 Dec 2019 16:42:42 +0100
parents b0c9017a1db7
children d4883f9576db
files setup.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sat Dec 28 16:09:54 2019 +0100
+++ b/setup.py	Sat Dec 28 16:42:42 2019 +0100
@@ -1,5 +1,4 @@
-#!/usr/bin/env python2
-# -*- coding: utf-8 -*-
+#!/usr/bin/env python3
 
 # Cagou: a SàT frontend
 # Copyright (C) 2009-2019  Jérôme Poisson (goffi@goffi.org)