netfishing-discovery-server/pyproject.toml

17 lines
412 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 10:37:03 -04:00
version = "0.2.0"
2026-08-10 10:19:57 -04:00
description = "Ephemeral public-room directory for NETfishing"
requires-python = ">=3.11"
dependencies = []
[project.scripts]
netfishing-discovery-server = "netfishing_discovery.server:main"
[tool.setuptools.packages.find]
include = ["netfishing_discovery*"]