From 671faa3a491c39ad3636b9461799500b88fcfcbb Mon Sep 17 00:00:00 2001 From: chrys Date: Tue, 17 Jul 2018 00:41:16 +0200 Subject: [PATCH] update shellbang of setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff3c9ba9..aec82bd0 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 #https://python-packaging.readthedocs.io/en/latest/minimal.html import os, glob, sys import os.path