Fix ACME module description

This commit is contained in:
Jakub Warmuz 2015-10-18 13:50:08 +00:00 committed by Peter Eckersley
parent d801b615fc
commit 934301abc6
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
ACME protocol implementation for Python
ACME protocol implementation in Python

View file

@ -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',