summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 66991db..d41e2b2 100644
--- a/setup.py
+++ b/setup.py
@@ -8,9 +8,9 @@ setup(
long_description="""""",
author='Jan Jancar',
author_email='johny@neuromancer.sk',
- license='',
+ license='GPLv3',
classifiers=[
- 'Development Status :: 1 - Planning',
+ 'Development Status :: 3 - Alpha',
'Intended Audience :: System Administrators',
'Operating System :: POSIX',
'Programming Language :: Python :: 3.4',
@@ -26,10 +26,11 @@ setup(
'Django>=1.8',
'Django<1.12',
'django_mailman3',
- 'mailmanclient',
+ 'mailmanclient>=3.1.1',
'PGPy>=0.4.2'
],
dependency_links=[
- 'https://github.com/J08nY/PGPy/archive/dev.zip#egg=PGPy-0.4.2'
+ 'https://github.com/J08nY/PGPy/archive/dev.zip#egg=PGPy-0.4.2',
+ 'https://gitlab.com/J08nY/mailmanclient/repository/archive.tar.gz?ref=plugin#egg=mailmanclient-3.1.1'
]
)