|
@@ -124,7 +124,7 @@ setup(
|
|
|
long_description=open(os.path.join(dirname, "README.md"), encoding="utf-8").read(),
|
|
long_description=open(os.path.join(dirname, "README.md"), encoding="utf-8").read(),
|
|
|
long_description_content_type="text/markdown",
|
|
long_description_content_type="text/markdown",
|
|
|
license="The MIT License",
|
|
license="The MIT License",
|
|
|
- packages=find_packages(include=["funasr*"]),
|
|
|
|
|
|
|
+ packages=find_packages(include=["funasr*", "fun_text_processing*"]),
|
|
|
package_data={"funasr": ["version.txt"]},
|
|
package_data={"funasr": ["version.txt"]},
|
|
|
install_requires=install_requires,
|
|
install_requires=install_requires,
|
|
|
setup_requires=setup_requires,
|
|
setup_requires=setup_requires,
|