aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJ08nY2017-06-04 03:19:32 +0200
committerJ08nY2017-06-04 03:19:32 +0200
commit2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5 (patch)
tree9f81746170edaf32302f95b565cd355ed5f8b95d /setup.py
parentc06af042f8992d8d6abb02a2795b6146c6f32a0e (diff)
downloadmailman-pgp-2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5.tar.gz
mailman-pgp-2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5.tar.zst
mailman-pgp-2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5.zip
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='',