summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 98a6c2a..4466d57 100644
--- a/setup.py
+++ b/setup.py
@@ -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='',