Commit 3314662f authored by Stefan Behnel's avatar Stefan Behnel

added setup.py script to compile benchmark modules

parent 730db4ae
from distutils.core import setup
from Cython.Build import cythonize
setup(
name = 'benchmarks',
ext_modules = cythonize("*.py", language_level=3),
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment