From 29e035917042bc0b2f883984679b3d44a18a253b Mon Sep 17 00:00:00 2001
From: electroniccc <37819493+electroniccc@users.noreply.github.com>
Date: 星期一, 20 十一月 2023 09:45:15 +0800
Subject: [PATCH] Fix ' was a deprecated alias for the builtin ' issue (#1100)
---
setup.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/setup.py b/setup.py
index 069e394..dd485d3 100644
--- a/setup.py
+++ b/setup.py
@@ -129,4 +129,7 @@
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries :: Python Modules",
],
+ entry_points={"console_scripts": [
+ "funasr = funasr.bin.inference_cli:main",
+ ]},
)
--
Gitblit v1.9.1