mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
readme
This commit is contained in:
parent
8dd0c9d36f
commit
b6439f0854
@ -18,7 +18,7 @@ setuptools.setup(
|
||||
version='0.0.4',
|
||||
platforms="Any",
|
||||
url="https://github.com/alibaba-damo-academy/FunASR.git",
|
||||
author="Speech Lab, Alibaba Group, China",
|
||||
author="Speech Lab of DAMO Academy, Alibaba Group",
|
||||
author_email="funasr@list.alibaba-inc.com",
|
||||
description="FunASR: A Fundamental End-to-End Speech Recognition Toolkit",
|
||||
license="The MIT License",
|
||||
@ -31,7 +31,7 @@ setuptools.setup(
|
||||
"PyYAML>=5.1.2", "torch-quant >= 0.4.0"],
|
||||
packages=find_packages(include=["torch_paraformer*"]),
|
||||
keywords=[
|
||||
'funasr,paraformer, funasr_torch'
|
||||
'funasr, paraformer, funasr_torch'
|
||||
],
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 3.6',
|
||||
|
||||
@ -20,7 +20,7 @@ setuptools.setup(
|
||||
version=VERSION_NUM,
|
||||
platforms="Any",
|
||||
url="https://github.com/alibaba-damo-academy/FunASR.git",
|
||||
author="Speech Lab, Alibaba Group, China",
|
||||
author="Speech Lab of DAMO Academy, Alibaba Group",
|
||||
author_email="funasr@list.alibaba-inc.com",
|
||||
description="FunASR: A Fundamental End-to-End Speech Recognition Toolkit",
|
||||
license='MIT',
|
||||
|
||||
2
setup.py
2
setup.py
@ -123,7 +123,7 @@ setup(
|
||||
name="funasr",
|
||||
version=version,
|
||||
url="https://github.com/alibaba-damo-academy/FunASR.git",
|
||||
author="Speech Lab, Alibaba Group, China",
|
||||
author="Speech Lab of DAMO Academy, Alibaba Group",
|
||||
author_email="funasr@list.alibaba-inc.com",
|
||||
description="FunASR: A Fundamental End-to-End Speech Recognition Toolkit",
|
||||
long_description=open(os.path.join(dirname, "README.md"), encoding="utf-8").read(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user