7 description = "A web user interface for GNU Mailman"
8 keywords = ["email mailman django"]
11 {name = "The Mailman GSOC Coders"},
14 "Development Status :: 4 - Beta",
15 "Framework :: Django",
16 "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
17 "Programming Language :: Python :: 3",
18 "Topic :: Communications :: Email :: Mailing List Servers",
21 # This can be removed when django-mailman3 1.3.11 is released
22 "django-allauth[socialaccount]>=0.63",
23 "django-mailman3>=1.3.10",
25 "mailmanclient>=3.3.3",
26 "readme_renderer[md]",
28 license = {text = "GPLv3"}
29 requires-python = ">=3.9"
32 Homepage = " https://gitlab.com/mailman/postorius"
34 [project.optional-dependencies]
39 'django-debug-toolbar',
40 'django-requests-debug-toolbar',
44 requires = ["pdm-backend"]
45 build-backend = "pdm.backend"
49 path = "src/postorius/__init__.py"