License discovery server under GPLv3
This commit is contained in:
parent
ef30369865
commit
8f2e6ae240
6 changed files with 325 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue