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 | b6ba0d9baccf116ec29c5a0eb7605ae21d760740 (patch) | |
tree | 2b76eacd5c647d338e802fec350700ca2a679516 | |
parent | de6afa5285c2f748d0c0c72b930fce77f68fcb85 (diff) | |
download | msgpack-python-b6ba0d9baccf116ec29c5a0eb7605ae21d760740.tar.gz |
Make setup.py executable.
-rwxr-xr-x[-rw-r--r--] | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |