vnrecode: replace config class to params

This commit is contained in:
OleSTEEP 2024-09-03 22:44:58 +03:00
parent f240fdca5f
commit 71c5764f26
5 changed files with 63 additions and 77 deletions

View file

@ -9,7 +9,7 @@ packages = ["vnrecode", "unrenapk", "vnds2renpy"]
include-package-data = true
[tool.setuptools.package-data]
'vnrecode' = ['*.py', '*.toml']
'vnrecode' = ['*.py']
'vnds2renpy' = ['*.py']
'unrenapk' = ['*.py']