Skip to content

Commit 430c4fe

Browse files
committed
deleted too much
1 parent f2adda9 commit 430c4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def build_extensions(self):
115115
install_requires=requirements,
116116
setup_requires=['pybind11>=2.9'],
117117
ext_modules=ext_modules,
118-
cmdclass={'build_ext': build_ext},
118+
cmdclass={'build_ext': BuildExt},
119119
zip_safe=False,
120120
python_requires=">=3.6",
121121
)

0 commit comments

Comments
 (0)