1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-05 05:41:11 +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

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