fix calling cli

This commit is contained in:
Ftps
2024-01-21 00:10:33 +09:00
parent dd85d6a5d7
commit 3468d7f0d5
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "rvc"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Ftps <ftpsflandre@gmail.com>"]
readme = "README.md"
@@ -21,8 +21,8 @@ pydub = "^0.25.1"
click = "^8.1.7"
tensorboardx = "^2.6.2.2"
[project.scripts]
rvc = "rvc:addcli"
[tool.poetry.scripts]
rvc = "rvc.cli.cli:main"
[build-system]
requires = ["poetry-core"]