mirror of
https://github.com/certbot/certbot.git
synced 2026-04-28 09:39:53 -04:00
Fix ACME module description
This commit is contained in:
parent
d801b615fc
commit
934301abc6
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
ACME protocol implementation for Python
|
||||
ACME protocol implementation in Python
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ testing_extras = [
|
|||
setup(
|
||||
name='acme',
|
||||
version=version,
|
||||
description='ACME protocol implementation',
|
||||
description='ACME protocol implementation in Python',
|
||||
url='https://github.com/letsencrypt/letsencrypt',
|
||||
author="Let's Encrypt Project",
|
||||
author_email='client-dev@letsencrypt.org',
|
||||
|
|
|
|||
Loading…
Reference in a new issue