License discovery server under GPLv3

This commit is contained in:
Alexander Sellite 2026-08-12 10:11:20 -04:00
parent ef30369865
commit 8f2e6ae240
6 changed files with 325 additions and 0 deletions

View file

@ -8,6 +8,10 @@ version = "0.2.0"
description = "Ephemeral public-room directory for NETfishing"
requires-python = ">=3.11"
dependencies = []
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
]
[project.scripts]
netfishing-discovery-server = "netfishing_discovery.server:main"