Compare commits

..

No commits in common. "8ab838839a0006277793e4a02fd8f013625ccecf" and "107e71189cbf21bd55c9a116539868c7bc1b906b" have entirely different histories.

View File

@ -22,15 +22,6 @@ pywin32 = "^308"
[tool.poetry.scripts]
DailyWallpaper = "app.main:main"
# https://pypi.org/project/poetry-pyinstaller-plugin/
# https://stackoverflow.com/a/78050613
[tool.poetry-pyinstaller-plugin.package]
providers = "."
settings = "."
[tool.poetry-pyinstaller-plugin.scripts]
DailyWallpaper = { source = "app/main.py", type = "onefile", bundle = false }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"