aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b4a4462..66991db 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,8 @@ from setuptools import find_packages, setup
setup(
name='django_pgpmailman',
version='0.1',
- description='A web interface extension for the GNU Mailman apps Postorius and HyperKitty.',
+ description='A web interface extension for the GNU Mailman apps '
+ 'Postorius and HyperKitty.',
long_description="""""",
author='Jan Jancar',
author_email='johny@neuromancer.sk',