summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJ08nY2017-06-18 13:38:45 +0200
committerJ08nY2017-06-20 01:15:47 +0200
commite20511e44bae0dfde12baf385f17014e616c6de3 (patch)
treecf7b223c1bda65d3e5811d20aa3deb27f063143f /setup.py
parentcb9faf28501d3748135700285a4cbdedfb6c6d5b (diff)
downloadmailman-pgp-e20511e44bae0dfde12baf385f17014e616c6de3.tar.gz
mailman-pgp-e20511e44bae0dfde12baf385f17014e616c6de3.tar.zst
mailman-pgp-e20511e44bae0dfde12baf385f17014e616c6de3.zip
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f2ccb67..8484890 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
A plugin for GNU Mailman that adds encrypted mailing lists via PGP/MIME.""",
author='Jan Jancar',
author_email='johny@neuromancer.sk',
- license='',
+ license='GPLv3',
classifiers=[
'Development Status :: 1 - Planning',
'Intended Audience :: System Administrators',
@@ -22,7 +22,7 @@ A plugin for GNU Mailman that adds encrypted mailing lists via PGP/MIME.""",
packages=find_packages('src'),
package_dir={'': 'src'},
install_requires=[
- 'mailman>=3.1.0',
+ 'mailman>=3.1.1',
'PGPy',
'atpublic',
'flufl.lock',