From 35376504b750cd5d4269cde613d24288937f2287 Mon Sep 17 00:00:00 2001 From: Balint Csergo Date: Wed, 11 Jan 2023 15:06:47 +0000 Subject: [PATCH] restore setup.py --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 626eab9..d4c6a55 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,14 @@ setup( - name='certbot-vault2', # Required + name='certbot-vault', # Required version='0.3.8', # Required description='Certbot plugin to store certificates in Hashicorp Vault', - url='https://github.com/vitalvas/certbot-vault-plugin', # Optional + url='https://github.com/deathowl/certbot-vault-plugin', # Optional - author='Vitaliy Vasilenko', # Optional - author_email='', # Optional + + author='Balint Csergo', # Optional + author_email='', # Optional classifiers=[ 'Development Status :: 4 - Beta',