From 1b1b7d0706a561628c57442b93cdf9342c812837 Mon Sep 17 00:00:00 2001 From: Niranjan M.R Date: Jan 10 2019 10:13:06 +0000 Subject: Use /usr/bin/env python instead of /usr/bin/python2 This change is required for python3 Signed-off-by: Niranjan M.R --- diff --git a/setup.py b/setup.py index bb722dd..fb89af8 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python3 # # Copyright (C) 2016 pytest-modifyjunit contributers. See COPYING for license. #