Skip to content

Commit

Permalink
restore setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deathowl committed Jan 11, 2023
1 parent 8d0a3aa commit 3537650
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='<[email protected]>', # Optional

author='Balint Csergo', # Optional
author_email='<[email protected]>', # Optional

classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 3537650

Please sign in to comment.