Fix building on windows

This commit is contained in:
Fangjun Kuang 2022-04-03 14:56:42 +08:00
parent 07d11476c1
commit 2f9fc99e6b

View File

@ -41,6 +41,7 @@ setuptools.setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
ext_modules=[cmake_extension("_kaldifeat")], ext_modules=[cmake_extension("_kaldifeat")],
cmdclass={"build_ext": BuildExtension, "bdist_wheel": bdist_wheel}, cmdclass={"build_ext": BuildExtension, "bdist_wheel": bdist_wheel},
zip_safe=False,
classifiers=[ classifiers=[
"Programming Language :: C++", "Programming Language :: C++",
"Programming Language :: Python", "Programming Language :: Python",