4 lines
113 B
Python
4 lines
113 B
Python
from distutils.core import setup
|
|
from Cython.Build import cythonize
|
|
|
|
setup(ext_modules=cythonize("tjnetwork.py")) |