Skip to content

Commit

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

0 comments on commit 0285710

Please sign in to comment.