From e759658481592b154cbdae7bbacc44060c43bdce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sun, 30 Jun 2024 06:38:04 +0000 Subject: [PATCH] =?UTF-8?q?bugfix:=20pip=E5=AE=89=E8=A3=85=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=90=8D=E5=AD=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 619be39..78b6dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ license = {text = "MIT"} Homepage = "https://github.com/hanxi/xiaomusic" [project.scripts] -xiaogpt = "xiaomusic.cli:main" +xiaomusic = "xiaomusic.cli:main" [build-system] requires = ["pdm-backend"]