webp_to_png_gui/pyproject.toml
2024-05-04 01:26:35 +08:00

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"