20 lines
435 B
TOML
20 lines
435 B
TOML
[tool.poetry-pyinstaller-plugin.scripts]
|
|
webp_to_png = { source = "webp_to_png/__main__.pyw", type = "onedir", bundle = false }
|
|
|
|
[tool.poetry]
|
|
name = "webp-to-png"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["ZtRXR <Zengtudor@outlook.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
pillow = "^10.3.0"
|
|
pysimplegui = "4.59"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|