Skip to content

Commit

Permalink
Fix fap cli
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Oct 27, 2023
1 parent c903ab5 commit 08f1b4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 08f1b4e

Please sign in to comment.