From 880588241d912b79b7b93f57bbebee70229de576 Mon Sep 17 00:00:00 2001 From: Vespian Date: Sun, 9 Mar 2014 15:36:12 +0000 Subject: [PATCH] Add some additionall info to setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45b6e25..98583a8 100755 --- a/setup.py +++ b/setup.py @@ -19,8 +19,10 @@ setup(name='certcheck', version='0.3.0', - author=u'Vespian', + author='Vespian', author_email='vespian a t wp.pl', + license='ASF2.0', + url='https://github.com/vespian/certcheck', description='Certificate checking tool', packages=['certcheck'], scripts=['bin/certcheck'])