1 Star 1 Fork 0

Tim / mandarin-tts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
ranch 提交于 2021-03-18 01:43 . bug fixed for 儿话音
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="mtts", # Replace with your own username
version="1.0.0",
scripts=['mtts'],
author="ranchlai",
author_email="ranchlai@163.com",
description="mandarin text to speech (TTS)",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ranchlai/mandrian_tts",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)
Python
1
https://gitee.com/tuxg/mandarin-tts.git
git@gitee.com:tuxg/mandarin-tts.git
tuxg
mandarin-tts
mandarin-tts
master

搜索帮助