diff --git a/pyproject.toml b/pyproject.toml index b8c7c02..febf27d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,10 @@ license = {text = "Apache"} name = "fish-audio-preprocess" readme = "README.md" requires-python = ">=3.9,<4.0" -version = "0.2.4" +version = "0.2.5" + +[project.scripts] +fap = "fish_audio_preprocess.cli.__main__:cli" [tool.pdm] [tool.pdm.build]