update project

This commit is contained in:
涵曦 2024-06-30 05:40:08 +00:00
parent 959acd8fb7
commit 2c21778675

View File

@ -19,6 +19,12 @@ requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
[project.urls]
Homepage = "https://github.com/hanxi/xiaomusic"
[project.scripts]
xiaogpt = "xiaomusic.cli:main"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"