From a8cb3f96d4836e1a9e17b2234edf9ce259bdf1d9 Mon Sep 17 00:00:00 2001 From: Otto Urpelainen Date: Oct 31 2021 07:56:21 +0000 Subject: Make setup.py executable In order use setup.py locally, it needs to be executable. Also, it is easier to call with a hashbang. --- diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 3e14b04..84b536a --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python from __future__ import absolute_import from setuptools import setup