1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-24 09:32:49 +01:00

Make setup.py executable.

This commit is contained in:
Naoki INADA 2009-06-24 14:33:36 +09:00
parent f61b282886
commit 1581acfd14

3
python/setup.py Normal file → Executable file

@ -1,3 +1,6 @@
#!/usr/bin/env python
# coding: utf-8
from distutils.core import setup, Extension from distutils.core import setup, Extension
from Cython.Distutils import build_ext from Cython.Distutils import build_ext
import os import os