This commit is contained in:
Naoki INADA 2009-06-24 08:49:48 +09:00
commit 3eca3d3c68

3
setup.py Normal file → Executable file
View file

@ -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