Skip to content

Commit

Permalink
Fix long description.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschaefer26 committed Feb 27, 2023
1 parent c71a7d2 commit 9d81f1d
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
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

long_description = """ DeepPhonemizer is a multilingual grapheme-to-phoneme modeling library that leverages recent deep learning
long_description = """DeepPhonemizer is a multilingual grapheme-to-phoneme modeling library that leverages recent deep learning
technology and is optimized for usage in production systems such as TTS. In particular, the library should
be accurate, fast, easy to use. Moreover, you can train a custom model on your own dataset in a few lines of code.
DeepPhonemizer is compatible with Python 3.6+ and is distributed under the MIT license.
Read the documentation at: https://as-ideas.github.io/DeepPhonemizer/
"""

setup(
Expand Down

0 comments on commit 9d81f1d

Please sign in to comment.