diff options
author | Naoki INADA <inada-n@klab.jp> | 2009-06-24 14:33:36 +0900 |
---|---|---|
committer | Naoki INADA <inada-n@klab.jp> | 2009-06-24 14:33:36 +0900 |
commit | 1581acfd142b68ad4ddf56fbce6c7760f1a2e920 (patch) | |
tree | 258f9496e79ce66f6bd79125c01a0b279ace3b89 | |
parent | f61b282886bb9d7f7932fbcbe2affee06d150a5f (diff) | |
download | msgpack-python-1581acfd142b68ad4ddf56fbce6c7760f1a2e920.tar.gz |
Make setup.py executable.
-rwxr-xr-x[-rw-r--r--] | python/setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py index 1cbc24e..e0e0ac2 100644..100755 --- a/python/setup.py +++ b/python/setup.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python +# coding: utf-8 + from distutils.core import setup, Extension from Cython.Distutils import build_ext import os |