Try to figure out build system?

This commit is contained in:
Isaac Shoebottom 2024-11-21 01:41:46 -04:00
parent ef3aa58fe9
commit 8ab838839a

View File

@ -24,8 +24,12 @@ DailyWallpaper = "app.main:main"
# https://pypi.org/project/poetry-pyinstaller-plugin/ # https://pypi.org/project/poetry-pyinstaller-plugin/
# https://stackoverflow.com/a/78050613 # https://stackoverflow.com/a/78050613
[tool.poetry-pyinstaller-plugin.package]
providers = "."
settings = "."
[tool.poetry-pyinstaller-plugin.scripts] [tool.poetry-pyinstaller-plugin.scripts]
DailyWallpaper = { source = "app/main.py", type = "onedir", bundle = false } DailyWallpaper = { source = "app/main.py", type = "onefile", bundle = false }
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]