From 186916ff20370f74d0cd36d7b0c6b245731e4f2e Mon Sep 17 00:00:00 2001 From: Larry Kim Date: Thu, 6 Jun 2013 02:53:04 +0900 Subject: [PATCH] Bug fix: specify interpreter for direct shell execution --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2da62d8..78cd3fb 100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages