extra-mailman-archivers/setup.cfg

24 lines
619 B
INI
Raw Normal View History

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