minor fixes

This commit is contained in:
Fangjun Kuang 2022-07-11 10:30:20 +08:00
parent 3d764c8149
commit cec876be3d

View File

@ -39,9 +39,10 @@ setuptools.setup(
url="https://github.com/csukuangfj/kaldifeat",
long_description=read_long_description(),
long_description_content_type="text/markdown",
install_requires=["torch"],
setup_requires=["torch"],
ext_modules=[cmake_extension("_kaldifeat")],
cmdclass={"build_ext": BuildExtension, "bdist_wheel": bdist_wheel},
install_requires=["torch"],
zip_safe=False,
classifiers=[
"Programming Language :: C++",