We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dd4cb commit 13b8a76Copy full SHA for 13b8a76
setup.py
@@ -76,8 +76,7 @@ def get_extensions():
76
tests_require=tests_require,
77
ext_modules=get_extensions() if not BUILD_DOCS else [],
78
cmdclass={
79
- 'build_ext':
80
- BuildExtension.with_options(no_python_abi_suffix=True, use_ninja=False)
+ 'build_ext': BuildExtension.with_options(no_python_abi_suffix=True)
81
},
82
packages=find_packages(),
83
)
0 commit comments