Skip to content

Commit

Permalink
格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqianhe committed Mar 25, 2024
1 parent 1be8464 commit 96a15e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 96a15e2

Please sign in to comment.