Skip to content

Commit

Permalink
fix(setup.py): fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
zak905 committed Apr 16, 2024
1 parent 24fc5a1 commit a58867d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description = f.read()

setup(
name="certbot-dns-ionos",
name="certbot-dns-ionos-cloud",
version="0.1.0",
description="Certbot DNS Authenticator plugin for IONOS",
long_description=long_description,
Expand Down Expand Up @@ -50,5 +50,5 @@
"dns-ionos = certbot_dns_ionos.ionos:Authenticator"
]
},
test_suite="certbot-dns-ionos",
test_suite="certbot-dns-ionos-cloud",
)

0 comments on commit a58867d

Please sign in to comment.