chore: add AGPL-3.0 license and README
AGPL-3.0-or-later ensures copyleft applies even when WireGUI is run as a network service. README covers features, deployment, env vars, and our stance against enshittification.
This commit is contained in:
parent
3747b963cb
commit
384b95b81d
4 changed files with 770 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ name = "wiregui"
|
|||
version = "0.1.0"
|
||||
description = "WireGuard VPN management platform — Python/NiceGUI rewrite of Wirezone"
|
||||
readme = "README.md"
|
||||
license = "AGPL-3.0-or-later"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
# UI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue