diff --git a/setup.py b/setup.py index 4e5aa5d..6bee126 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "source": "https://github.com/mli/autocut", }, license="Apache License 2.0", - long_description=open("README.md", 'r', encoding='utf-8').read(), + long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown", extras_require={ "all": ["openai", "faster-whisper"],