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'])