quantum/ckron/setup.py

5 lines
136 B
Python
Raw Permalink Normal View History

2019-12-05 11:00:34 +01:00
from distutils.core import setup
from Cython.Build import cythonize
setup(name='kronecker',
ext_modules=cythonize("cythkrn.pyx"))