comparison pyproject.toml @ 4314:6a70fcd93a7a

plugin XEP-0131: Stanza Headers and Internet Metadata implementation: - SHIM is now supported and put in `msg_data["extra"]["headers"]`. - `Keywords` are converted from and to list of string in `msg_data["extra"]["keywords"]` field (if present in headers on message sending, values are merged). - Python minimal version upgraded to 3.11 due to use of `StrEnum`. rel 451
author Goffi <goffi@goffi.org>
date Sat, 28 Sep 2024 15:56:04 +0200
parents 240d8b7ad906
children
comparison
equal deleted inserted replaced
4313:530f86f078cc 4314:6a70fcd93a7a
6 name = "libervia-backend" 6 name = "libervia-backend"
7 dynamic = ["version"] 7 dynamic = ["version"]
8 description = "Libervia: A feature-rich XMPP client showcasing diverse frontends, uniting instant messaging, blogging, file sharing, and ActivityPub-XMPP interactions seamlessly." 8 description = "Libervia: A feature-rich XMPP client showcasing diverse frontends, uniting instant messaging, blogging, file sharing, and ActivityPub-XMPP interactions seamlessly."
9 readme = "README.md" 9 readme = "README.md"
10 license = "AGPL-3.0-or-later" 10 license = "AGPL-3.0-or-later"
11 requires-python = ">=3.10" 11 requires-python = ">=3.11"
12 authors = [ 12 authors = [
13 { name = "Libervia Dev Team", email = "contact@goffi.org" }, 13 { name = "Libervia Dev Team", email = "contact@goffi.org" },
14 ] 14 ]
15 classifiers = [ 15 classifiers = [
16 "Development Status :: 5 - Production/Stable", 16 "Development Status :: 5 - Production/Stable",