From 934301abc6f3925294ffc03e3be3c2b5dcb61a67 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 18 Oct 2015 13:50:08 +0000 Subject: [PATCH] Fix ACME module description --- acme/README.rst | 2 +- acme/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acme/README.rst b/acme/README.rst index e3ca8b738..4b6ea818c 100644 --- a/acme/README.rst +++ b/acme/README.rst @@ -1 +1 @@ -ACME protocol implementation for Python +ACME protocol implementation in Python diff --git a/acme/setup.py b/acme/setup.py index 6448b7fe9..6e27890b1 100644 --- a/acme/setup.py +++ b/acme/setup.py @@ -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',