Don't list DNS plugins as alpha quality. (#7624)

They should be considered production quality like our other packaged code.
This commit is contained in:
Brad Warren
2019-12-03 19:56:16 -08:00
committed by GitHub
parent b45f79d0ab
commit 5da61564d9
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -47,7 +47,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',