From 8709ca0ac10af00b8fb301135db68c9e05e6673a Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 23 Aug 2017 23:39:02 +0200 Subject: Add GPLv3 as license. --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'setup.py') 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' ] ) -- cgit v1.2.3-70-g09d2