Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong authored Aug 25, 2022
1 parent 5cd3826 commit e1e86ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name="PyThaiTTS",
version="0.1.0",
description="Lao Natural Language Processing library",
description="Open Source Thai Text-to-speech library in Python",
long_description=readme,
long_description_content_type="text/markdown",
author="Wannaphong",
Expand Down Expand Up @@ -42,8 +42,8 @@
"Topic :: Text Processing :: Linguistic",
],
project_urls={
"Documentation": "https://github.com/pythainlp/pythaitts/wiki",
"Documentation": "https://github.com/pythainlp/pythaitts",
"Source": "https://github.com/pythainlp/pythaitts",
"Bug Reports": "https://github.com/pythainlp/pythaitts/issues",
},
)
)

0 comments on commit e1e86ab

Please sign in to comment.