|
@@ -18,7 +18,7 @@ setuptools.setup(
|
|
|
version='0.0.4',
|
|
version='0.0.4',
|
|
|
platforms="Any",
|
|
platforms="Any",
|
|
|
url="https://github.com/alibaba-damo-academy/FunASR.git",
|
|
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",
|
|
author_email="funasr@list.alibaba-inc.com",
|
|
|
description="FunASR: A Fundamental End-to-End Speech Recognition Toolkit",
|
|
description="FunASR: A Fundamental End-to-End Speech Recognition Toolkit",
|
|
|
license="The MIT License",
|
|
license="The MIT License",
|
|
@@ -31,7 +31,7 @@ setuptools.setup(
|
|
|
"PyYAML>=5.1.2", "torch-quant >= 0.4.0"],
|
|
"PyYAML>=5.1.2", "torch-quant >= 0.4.0"],
|
|
|
packages=find_packages(include=["torch_paraformer*"]),
|
|
packages=find_packages(include=["torch_paraformer*"]),
|
|
|
keywords=[
|
|
keywords=[
|
|
|
- 'funasr,paraformer, funasr_torch'
|
|
|
|
|
|
|
+ 'funasr, paraformer, funasr_torch'
|
|
|
],
|
|
],
|
|
|
classifiers=[
|
|
classifiers=[
|
|
|
'Programming Language :: Python :: 3.6',
|
|
'Programming Language :: Python :: 3.6',
|