Metadata-Version: 2.1
Name: mailman-web
Version: 0.0.2
Summary: Mailman 3 Web interface.
Home-page: https://gitlab.com/mailman/mailman-web
Author: Mailman Developers
Author-email: mailman-developers@python.org
License: GPLv3
Description: =============
        Mailman Web
        =============
        
        This is a Django project that contains default settings and url settings for
        Mailman 3 Web Interface. It consists of the following sub-projects:
        
        * Postorius
        * Hyperkitty
        
        Install
        =======
        
        To install this project, you run::
        
          $ pip install mailman-web
        
        If you want to install the latest development version from Git, run::
        
          $ pip install git+https://gitlab.com/mailman/mailman-web
        
        
        License
        =======
        
        Mailman suite is licensed under the
        `GNU GPL v3.0 or later (GPLv3+) <http://www.gnu.org/licenses/gpl-3.0.html>`_
        
        Copyright (C) 2020 by the Free Software Foundation, Inc.
        
Platform: UNKNOWN
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
