diff options
| author | Naoki INADA <inada-n@eagle> | 2009-06-24 08:49:48 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@eagle> | 2009-06-24 08:49:48 +0900 |
| commit | 423e5132a1eadb1145ef9ad3b592f017b023cc1b (patch) | |
| tree | 32a9243d6830f02cc416685e9a264c5873c1001f /python | |
| parent | 5d4189306ae0b6ea23e9410d34434b41aee384b3 (diff) | |
| parent | 1581acfd142b68ad4ddf56fbce6c7760f1a2e920 (diff) | |
| download | msgpack-python-423e5132a1eadb1145ef9ad3b592f017b023cc1b.tar.gz | |
merge
Diffstat (limited to 'python')
| -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 |
