Skip to content

Commit 08f1b4e

Browse files
committed
Fix fap cli
1 parent c903ab5 commit 08f1b4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ license = {text = "Apache"}
1717
name = "fish-audio-preprocess"
1818
readme = "README.md"
1919
requires-python = ">=3.9,<4.0"
20-
version = "0.2.4"
20+
version = "0.2.5"
21+
22+
[project.scripts]
23+
fap = "fish_audio_preprocess.cli.__main__:cli"
2124

2225
[tool.pdm]
2326
[tool.pdm.build]

0 commit comments

Comments
 (0)