From f5a30e2e70e9e83b118d13af34284a45d0b48dcf Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Sat, 8 Apr 2017 09:38:22 +0300 Subject: [PATCH] Minor improvements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6c3174b..540e49d 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ setup( description='Nginx configuration [sec]analyzer', keywords='nginx security lint static-analysis', author='Yandex IS Team', + author_email='buglloc@yandex.ru', url='https://github.com/yandex/gixy', install_requires=[ 'pyparsing>=1.5.5',