Update contact info and keywords for setup.py

This commit is contained in:
Lauri Võsandi 2021-06-09 07:55:51 +03:00
parent 093d1becd7
commit 1b1bc1a9f7
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ setup(
name="certidude", name="certidude",
version="0.2.1", version="0.2.1",
author=u"Pinecrypt Labs", author=u"Pinecrypt Labs",
author_email="lauri@pinecrypt.com", author_email="info@pinecrypt.com",
description="Certidude provisions VPN connections to Pinecrypt Gateway", description="Certidude provisions VPN connections to Pinecrypt Gateway",
license="MIT", 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", url="https://git.k-space.ee/pinecrypt/certidude",
packages=[ packages=[
"pinecrypt.client", "pinecrypt.client",