summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-08-23 23:43:39 +0200
committerJ08nY2017-08-23 23:43:39 +0200
commit4f62406f520ef7c33c26a321a14d66d0f3dd2651 (patch)
tree262f57c4760cd1f8ff8d75994c68b0ba143e42b6
parent8709ca0ac10af00b8fb301135db68c9e05e6673a (diff)
downloaddjango-pgpmailman-4f62406f520ef7c33c26a321a14d66d0f3dd2651.tar.gz
django-pgpmailman-4f62406f520ef7c33c26a321a14d66d0f3dd2651.tar.zst
django-pgpmailman-4f62406f520ef7c33c26a321a14d66d0f3dd2651.zip
-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,