diff options
| author | J08nY | 2017-06-18 13:38:45 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-20 01:15:47 +0200 |
| commit | e20511e44bae0dfde12baf385f17014e616c6de3 (patch) | |
| tree | cf7b223c1bda65d3e5811d20aa3deb27f063143f /setup.py | |
| parent | cb9faf28501d3748135700285a4cbdedfb6c6d5b (diff) | |
| download | mailman-pgp-e20511e44bae0dfde12baf385f17014e616c6de3.tar.gz mailman-pgp-e20511e44bae0dfde12baf385f17014e616c6de3.tar.zst mailman-pgp-e20511e44bae0dfde12baf385f17014e616c6de3.zip | |
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |
