We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd3826 commit e1e86abCopy full SHA for e1e86ab
setup.py
@@ -10,7 +10,7 @@
10
setup(
11
name="PyThaiTTS",
12
version="0.1.0",
13
- description="Lao Natural Language Processing library",
+ description="Open Source Thai Text-to-speech library in Python",
14
long_description=readme,
15
long_description_content_type="text/markdown",
16
author="Wannaphong",
@@ -42,8 +42,8 @@
42
"Topic :: Text Processing :: Linguistic",
43
],
44
project_urls={
45
- "Documentation": "https://github.com/pythainlp/pythaitts/wiki",
+ "Documentation": "https://github.com/pythainlp/pythaitts",
46
"Source": "https://github.com/pythainlp/pythaitts",
47
"Bug Reports": "https://github.com/pythainlp/pythaitts/issues",
48
},
49
-)
+)
0 commit comments