1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-08 04:02:10 +03:00

this commit was authored by the Certbot Project

This commit is contained in:
Brad Warren
2016-04-14 16:56:02 -07:00
parent a64d8b7e00
commit b956a968c6
6 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ setup(
version=version, version=version,
description='ACME protocol implementation in Python', description='ACME protocol implementation in Python',
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Electronic Frontier Foundation", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='client-dev@letsencrypt.org',
license='Apache License 2.0', license='Apache License 2.0',
classifiers=[ classifiers=[

View File

@@ -33,7 +33,7 @@ setup(
version=version, version=version,
description="Apache plugin for Certbot", description="Apache plugin for Certbot",
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Electronic Frontier Foundation", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='client-dev@letsencrypt.org',
license='Apache License 2.0', license='Apache License 2.0',
classifiers=[ classifiers=[

View File

@@ -35,7 +35,7 @@ setup(
version=version, version=version,
description="Compatibility tests for Certbot", description="Compatibility tests for Certbot",
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Electronic Frontier Foundation", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='client-dev@letsencrypt.org',
license='Apache License 2.0', license='Apache License 2.0',
classifiers=[ classifiers=[

View File

@@ -33,7 +33,7 @@ setup(
version=version, version=version,
description="Nginx plugin for Certbot", description="Nginx plugin for Certbot",
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Electronic Frontier Foundation", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='client-dev@letsencrypt.org',
license='Apache License 2.0', license='Apache License 2.0',
classifiers=[ classifiers=[

View File

@@ -24,7 +24,7 @@ setup(
version=version, version=version,
description="Let's help Certbot client", description="Let's help Certbot client",
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Electronic Frontier Foundation", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='client-dev@letsencrypt.org',
license='Apache License 2.0', license='Apache License 2.0',
classifiers=[ classifiers=[

View File

@@ -90,7 +90,7 @@ setup(
description="ACME client", description="ACME client",
long_description=readme, # later: + '\n\n' + changes long_description=readme, # later: + '\n\n' + changes
url='https://github.com/letsencrypt/letsencrypt', url='https://github.com/letsencrypt/letsencrypt',
author="Electronic Frontier Foundation", author="Certbot Project",
author_email='client-dev@letsencrypt.org', author_email='client-dev@letsencrypt.org',
license='Apache License 2.0', license='Apache License 2.0',
classifiers=[ classifiers=[