Skip to content

Commit e1e86ab

Browse files
authored
Update setup.py
1 parent 5cd3826 commit e1e86ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name="PyThaiTTS",
1212
version="0.1.0",
13-
description="Lao Natural Language Processing library",
13+
description="Open Source Thai Text-to-speech library in Python",
1414
long_description=readme,
1515
long_description_content_type="text/markdown",
1616
author="Wannaphong",
@@ -42,8 +42,8 @@
4242
"Topic :: Text Processing :: Linguistic",
4343
],
4444
project_urls={
45-
"Documentation": "https://github.com/pythainlp/pythaitts/wiki",
45+
"Documentation": "https://github.com/pythainlp/pythaitts",
4646
"Source": "https://github.com/pythainlp/pythaitts",
4747
"Bug Reports": "https://github.com/pythainlp/pythaitts/issues",
4848
},
49-
)
49+
)

0 commit comments

Comments
 (0)