4 description = "A web user interface for GNU Mailman"
5 keywords = ["email mailman django"]
8 {name = "The Mailman GSOC Coders"},
11 "Development Status :: 4 - Beta",
12 "Framework :: Django",
13 "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
14 "Programming Language :: Python :: 3",
15 "Topic :: Communications :: Email :: Mailing List Servers",
18 "django-mailman3>=1.3.13",
20 "mailmanclient>=3.3.3",
21 "readme_renderer[md]",
23 license = {text = "GPLv3"}
24 requires-python = ">=3.9"
27 Homepage = " https://gitlab.com/mailman/postorius"
29 [project.optional-dependencies]
34 'django-debug-toolbar',
35 'django-requests-debug-toolbar',
39 requires = ["pdm-backend"]
40 build-backend = "pdm.backend"
44 path = "src/postorius/__init__.py"
54 "requirements-docs.txt",