roc-fnb-server/pyproject.toml
2025-05-27 14:11:33 -04:00

17 lines
449 B
TOML

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "fnb_redirecter"
authors = [{ name = "D. Scott Boggs", email = "scott@techwork.zone" }]
description = "Temporary placeholder for fnb web site"
readme = "README.md"
requires-python = ">=3.11" # Self type added
license = "AGPL-3.0-only"
dependencies = ["flask", "gunicorn"]
dynamic = ["version"]
[project.scripts]
# Put scripts here