This commit is contained in:
2025-09-06 06:23:56 +02:00
parent 00029680d0
commit a29252c716
7 changed files with 1195 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "vpntray"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pystray>=0.19.0",
"pillow>=10.0.0",
]