From 2008149cd3dd6014357bdc6c6f635dded0915683 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 7 Mar 2017 18:39:13 +0100 Subject: [PATCH] Use python3 in shebang --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ea1239..5845321 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # This file is part of Radicale Server - Calendar Server # Copyright © 2009-2016 Guillaume Ayoub