mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 07:40:41 -08:00
chore: correct package issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "viu"
|
||||
name = "viu_cli"
|
||||
version = "3.1.0"
|
||||
description = "A browser anime site experience from the terminal"
|
||||
license = "UNLICENSE"
|
||||
@@ -14,7 +14,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
viu = 'viu:Cli'
|
||||
viu = 'viu_cli:Cli'
|
||||
|
||||
[project.optional-dependencies]
|
||||
standard = [
|
||||
|
||||
Reference in New Issue
Block a user