rpatool: pack as python module and executable
This commit is contained in:
parent
d221c2ca67
commit
0a1b1e17ee
6 changed files with 19 additions and 5 deletions
|
@ -5,18 +5,20 @@ requires = [
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["vnrecode", "unrenapk", "vnds2renpy"]
|
||||
packages = ["vnrecode", "unrenapk", "vnds2renpy", "rpatool"]
|
||||
include-package-data = true
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
'vnrecode' = ['*.py']
|
||||
'vnds2renpy' = ['*.py']
|
||||
'unrenapk' = ['*.py']
|
||||
'rpatool' = ['*.py']
|
||||
|
||||
[project.scripts]
|
||||
vnrecode = "vnrecode.__main__:init"
|
||||
vnds2renpy = "vnds2renpy.__main__:main"
|
||||
unrenapk = "unrenapk.application:launch"
|
||||
rpatool = "rpatool.rpatool:main"
|
||||
|
||||
[project]
|
||||
name = "vntools"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue