You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
658 B
25 lines
658 B
[metadata]
|
|
name = extra-mailman-archivers
|
|
version = 0.0.4
|
|
author = Max Erenberg
|
|
author_email = merenber@csclub.uwaterloo.ca
|
|
description = Some extra archivers for Mailman 3
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://git.csclub.uwaterloo.ca/merenber/extra-mailman-archivers.git
|
|
license = GPLv3
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages = find:
|
|
python_requires = >=3.5
|
|
install_requires =
|
|
mailman >=3.2.1
|
|
|
|
[options.packages.find]
|
|
where = src
|
|
|