From 1b1bc1a9f7e164d8a954fa47824d8784d31a898f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 9 Jun 2021 07:55:51 +0300 Subject: [PATCH] Update contact info and keywords for setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c942d8b..0398fea 100644 --- a/setup.py +++ b/setup.py @@ -6,10 +6,10 @@ setup( name="certidude", version="0.2.1", author=u"Pinecrypt Labs", - author_email="lauri@pinecrypt.com", + author_email="info@pinecrypt.com", description="Certidude provisions VPN connections to Pinecrypt Gateway", license="MIT", - keywords="falcon http jinja2 x509 pkcs11 webcrypto kerberos ldap", + keywords="x509 openvpn strongswan ipsec kerberos", url="https://git.k-space.ee/pinecrypt/certidude", packages=[ "pinecrypt.client",