extra-mailman-archivers/setup.cfg

26 lines
658 B
INI
Raw Permalink Normal View History

2021-04-06 02:32:35 -04:00
[metadata]
name = extra-mailman-archivers
version = 0.0.4
2021-04-06 02:32:35 -04:00
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
2021-04-06 09:03:15 -04:00
install_requires =
mailman >=3.2.1
2021-04-06 02:32:35 -04:00
[options.packages.find]
where = src