From 02857105dccfdd177cc5ac0f2bc2f9fe2e71bd20 Mon Sep 17 00:00:00 2001 From: chenqianhe <1278095698@qq.com> Date: Sun, 10 Mar 2024 22:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7a961ad..23a9181 100644 --- a/setup.py +++ b/setup.py @@ -18,8 +18,8 @@ install_requires=requirements, url="https://github.com/mli/autocut", license="Apache License 2.0", - long_description=open('README.md').read(), - long_description_content_type='text/markdown', + long_description=open("README.md").read(), + long_description_content_type="text/markdown", extras_require={ "all": ["openai", "faster-whisper"], "openai": ["openai"],