primo commit

This commit is contained in:
2026-08-29 00:34:41 +02:00
parent d65038a4e7
commit 5412ff621d
10 changed files with 2308 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "webpaper"
version = "0.1.0"
description = "Pagina web come sfondo del desktop (ispirato a Hidamari)"
readme = "README.md"
requires-python = ">=3.8"
license = { text = "GPL-3.0-or-later" }
[project.scripts]
webpaper = "webpaper.__main__:main"
[tool.setuptools]
packages = ["webpaper"]