From 27b32140fc154e54a370b10febfe5d235a0610a7 Mon Sep 17 00:00:00 2001 From: Bilawal Hameed Date: Tue, 23 Jun 2020 15:23:25 +0200 Subject: [PATCH] fix(techdocs-core): correct development status classifier --- plugins/techdocs/mkdocs/container/techdocs-core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs/mkdocs/container/techdocs-core/setup.py b/plugins/techdocs/mkdocs/container/techdocs-core/setup.py index dc92928270..84f43968ac 100644 --- a/plugins/techdocs/mkdocs/container/techdocs-core/setup.py +++ b/plugins/techdocs/mkdocs/container/techdocs-core/setup.py @@ -31,7 +31,7 @@ setup( 'mkdocs>=1.1.2' ], classifiers=[ - # 'Development Status :: 4 - Beta', + 'Development Status :: 1 - Planning', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', 'License :: OSI Approved :: Apache Software License',