Change Certbot author and description

This commit is contained in:
Brad Warren
2016-04-13 16:37:38 -07:00
parent 755dc2f08d
commit e3aba30ec4
+2 -2
View File
@@ -87,10 +87,10 @@ docs_extras = [
setup(
name='certbot',
version=version,
description="Let's Encrypt client",
description="ACME client",
long_description=readme, # later: + '\n\n' + changes
url='https://github.com/letsencrypt/letsencrypt',
author="Let's Encrypt Project",
author="Electronic Frontier Foundation",
author_email='client-dev@letsencrypt.org',
license='Apache License 2.0',
classifiers=[