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:
@@ -53,7 +53,7 @@ setup(
|
||||
version=version,
|
||||
description='ACME protocol implementation in Python',
|
||||
url='https://github.com/letsencrypt/letsencrypt',
|
||||
author="Electronic Frontier Foundation",
|
||||
author="Certbot Project",
|
||||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
|
@@ -33,7 +33,7 @@ setup(
|
||||
version=version,
|
||||
description="Apache plugin for Certbot",
|
||||
url='https://github.com/letsencrypt/letsencrypt',
|
||||
author="Electronic Frontier Foundation",
|
||||
author="Certbot Project",
|
||||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
|
@@ -35,7 +35,7 @@ setup(
|
||||
version=version,
|
||||
description="Compatibility tests for Certbot",
|
||||
url='https://github.com/letsencrypt/letsencrypt',
|
||||
author="Electronic Frontier Foundation",
|
||||
author="Certbot Project",
|
||||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
|
@@ -33,7 +33,7 @@ setup(
|
||||
version=version,
|
||||
description="Nginx plugin for Certbot",
|
||||
url='https://github.com/letsencrypt/letsencrypt',
|
||||
author="Electronic Frontier Foundation",
|
||||
author="Certbot Project",
|
||||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
|
@@ -24,7 +24,7 @@ setup(
|
||||
version=version,
|
||||
description="Let's help Certbot client",
|
||||
url='https://github.com/letsencrypt/letsencrypt',
|
||||
author="Electronic Frontier Foundation",
|
||||
author="Certbot Project",
|
||||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
|
2
setup.py
2
setup.py
@@ -90,7 +90,7 @@ setup(
|
||||
description="ACME client",
|
||||
long_description=readme, # later: + '\n\n' + changes
|
||||
url='https://github.com/letsencrypt/letsencrypt',
|
||||
author="Electronic Frontier Foundation",
|
||||
author="Certbot Project",
|
||||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
|
Reference in New Issue
Block a user