游雁
2023-11-20 7194bc060508949565ef0540740a794f5abc5f40
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",
    ]},
)