From 244c033fbaeae15faf8b0351365bdb7607b2e2bb Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期五, 17 十一月 2023 15:19:53 +0800
Subject: [PATCH] python cli

---
 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