1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-06 16:42:41 +03:00

Remove main components from Alpha. (#6187)

acme, certbot, and the Nginx and Apache plugins should no longer be considered alpha-quality.
This commit is contained in:
Jacob Hoffman-Andrews
2018-07-10 13:52:58 -07:00
committed by Brad Warren
parent 3855cfc08d
commit 0672e63176
6 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ setup(
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python', 'Programming Language :: Python',

View File

@@ -31,7 +31,7 @@ setup(
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 5 - Production/Stable',
'Environment :: Plugins', 'Environment :: Plugins',
'Intended Audience :: System Administrators', 'Intended Audience :: System Administrators',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',

View File

@@ -60,7 +60,7 @@ class NginxConfigurator(common.Installer):
""" """
description = "Nginx Web Server plugin - Alpha" description = "Nginx Web Server plugin"
DEFAULT_LISTEN_PORT = '80' DEFAULT_LISTEN_PORT = '80'

View File

@@ -31,7 +31,7 @@ setup(
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 5 - Production/Stable',
'Environment :: Plugins', 'Environment :: Plugins',
'Intended Audience :: System Administrators', 'Intended Audience :: System Administrators',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',

View File

@@ -635,7 +635,7 @@ manual:
Automatically allows public IP logging (default: Ask) Automatically allows public IP logging (default: Ask)
nginx: nginx:
Nginx Web Server plugin - Alpha Nginx Web Server plugin
--nginx-server-root NGINX_SERVER_ROOT --nginx-server-root NGINX_SERVER_ROOT
Nginx server root directory. (default: /etc/nginx or Nginx server root directory. (default: /etc/nginx or

View File

@@ -86,7 +86,7 @@ setup(
license='Apache License 2.0', license='Apache License 2.0',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 5 - Production/Stable',
'Environment :: Console', 'Environment :: Console',
'Environment :: Console :: Curses', 'Environment :: Console :: Curses',
'Intended Audience :: System Administrators', 'Intended Audience :: System Administrators',