aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py14
1 files changed, 6 insertions, 8 deletions
diff --git a/setup.py b/setup.py
index d41e2b2..d9fedb2 100644
--- a/setup.py
+++ b/setup.py
@@ -2,10 +2,10 @@ 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.',
- long_description="""""",
+ version='0.1.0',
+ description='A web interface for the GNU Mailman PGP plugin.',
+ long_description="""\
+A web interface for the Mailman PGP plugin.""",
author='Jan Jancar',
author_email='johny@neuromancer.sk',
license='GPLv3',
@@ -13,12 +13,10 @@ setup(
'Development Status :: 3 - Alpha',
'Intended Audience :: System Administrators',
'Operating System :: POSIX',
- 'Programming Language :: Python :: 3.4',
- 'Programming Language :: Python :: 3.5',
- 'Programming Language :: Python :: 3.6',
+ "Programming Language :: Python :: 2",
'Topic :: Communications :: Email :: Mailing List Servers',
],
- keywords='email pgp',
+ keywords='email mailman django pgp',
packages=find_packages('src'),
package_dir={'': 'src'},
include_package_data=True,