[tool.poetry-pyinstaller-plugin.scripts] webp_to_png = { source = "webp_to_png/__main__.pyw", type = "onefile", bundle = false, icon="../../../../webp_to_png/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] name = "webp-to-png" version = "0.1.0" description = "" authors = ["ZtRXR "] 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"