webp_to_png_gui/pyproject.toml

32 lines
817 B
TOML

# [tool.poetry-pyinstaller-plugin.scripts]
# webp_to_png = { source = "webp_to_png/__main__.pyw", type = "onefile", bundle = false, icon="../../../../webp_to_png/program_data/favicon.ico", console=true}
# [tool.poetry-pyinstaller-plugin.collect]
# Collect all submodules, data files & binaries for 'package_A' and 'package_B'
# all = ["webp_to_png"]
[tool.poetry.scripts]
make = "make:make"
[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"
[[tool.poetry.source]]
name = "mirrors"
url = "https://mirrors.cernet.edu.cn/pypi/web/simple/"
priority = "primary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"