From c32bdcfc6a6cc5921b32217834611d6efcdd9539 Mon Sep 17 00:00:00 2001 From: abel Date: Thu, 25 Oct 2018 14:25:12 +0200 Subject: [PATCH] added shebang to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index ed5eb61..57f2731 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + from __future__ import absolute_import from setuptools import setup, find_packages import json