Fix ACME module description

This commit is contained in:
Jakub Warmuz
2015-10-21 17:06:35 -07:00
committed by Peter Eckersley
parent d801b615fc
commit 934301abc6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
ACME protocol implementation for Python
ACME protocol implementation in Python
+1 -1
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',