Build import cythonize. setup(. name = 'Hello world',. ext_modules = cythonize(module_list="main/*.py", exclude='main/__ini__.py'),. ) ...
確定! 回上一頁