diff --git a/pyproject.toml b/pyproject.toml index 056133e..1e059f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"