From 9604d9e9839703636843595b52a4f01f3de8e2fe Mon Sep 17 00:00:00 2001 From: Dominic Chen Date: Sat, 10 Oct 2015 05:13:31 +0000 Subject: add shebang for setup.py scripts --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7afa84c3..9c97e1dd 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # This file is dual licensed under the terms of the Apache License, Version # 2.0, and the BSD License. See the LICENSE file in the root of this repository # for complete details. -- cgit v1.2.3