-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (31 loc) · 866 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[metadata]
name = mailman-web
author = Mailman Developers
author_email = mailman-developers@python.org
description = Mailman 3 Web interface.
long_description = file: README.rst
long_description_content_type = text/x-rst
license = GPLv3
url = https://gitlab.com/mailman/mailman-web
classifiers =
Intended Audience :: System Administrators
Operating System :: POSIX
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Development Status :: 4 - Beta
Framework :: Django
[options]
python_requires = >=3.7
setup_requires =
setuptools
setuptools-scm
install_requires =
django >=3.2, <4.2
postorius
hyperkitty
whoosh
packages = find:
[options.entry_points]
console_scripts =
mailman-web = mailman_web.manage:main