Skip to content

Commit

Permalink
Change Certbot author and description
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Apr 13, 2016
1 parent 755dc2f commit e3aba30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ def read_file(filename, encoding='utf8'):
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='[email protected]',
license='Apache License 2.0',
classifiers=[
Expand Down

0 comments on commit e3aba30

Please sign in to comment.