Skip to content

Commit

Permalink
Merge pull request #32 from as-ideas/version/update_v0.0.19
Browse files Browse the repository at this point in the history
Fix long description.
  • Loading branch information
cschaefer26 authored Feb 27, 2023
2 parents a113eeb + 9d81f1d commit 5dce7e2
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 5dce7e2

Please sign in to comment.