netfishing-discovery-server/pyproject.toml

21 lines
549 B
TOML
Raw Normal View History

2026-08-10 10:19:57 -04:00
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "netfishing-discovery-server"
2026-08-11 20:31:02 -04:00
version = "0.6.7-alpha"
2026-08-10 10:19:57 -04:00
description = "Ephemeral public-room directory for NETfishing"
requires-python = ">=3.11"
dependencies = []
2026-08-12 10:11:20 -04:00
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
]
2026-08-10 10:19:57 -04:00
[project.scripts]
netfishing-discovery-server = "netfishing_discovery.server:main"
[tool.setuptools.packages.find]
include = ["netfishing_discovery*"]