synapse-invite-checker/pyproject.toml

32 lines
935 B
TOML
Raw Normal View History

2024-09-14 17:12:42 +00:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "synapse-invite-checker"
2024-09-14 18:37:38 +00:00
description = 'Synapse module to invite permissions'
2024-09-14 17:12:42 +00:00
readme = "README.md"
requires-python = ">=3.11"
license = "AGPL-3.0-only"
keywords = []
authors = [
2024-09-14 18:37:38 +00:00
{ name = "Nils Büchner", email = "n.buechner@ubuntu.com" },
2024-09-14 17:12:42 +00:00
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"matrix-synapse"
2024-09-14 17:12:42 +00:00
]
version = "0.2.0"
[project.urls]
Documentation = "https://github.com/famedly/synapse-invite-checker#synapse-invite-checker"
Issues = "https://github.com/famedly/synapse-invite-checker/-/issues"
Source = "https://github.com/famedly/synapse-invite-checker/"