diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,12 +1,11 @@ -from setuptools import setup, find_packages +from setuptools import find_packages, setup setup( name='pgpmailman', version='0.1', description='A PGP plugin for the GNU Mailman mailing list manager', long_description="""\ -A plugin for GNU Mailman that adds encrypted mailing lists via PGP/MIME. - """, +A plugin for GNU Mailman that adds encrypted mailing lists via PGP/MIME.""", author='Jan Jancar', author_email='johny@neuromancer.sk', license='', |
