From 9bbe78328f41101601b3ae02b9824fa64f407952 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 11 Jul 2020 16:19:52 +0200 Subject: [PATCH] setup.py: change devel status: alpha -> stable pmbootstrap is fairly stable now, time to let setup.py and pypi.org reflect it. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60517df1..504f7ba2 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( license='GPLv3', python_requires='>=3.6', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python :: 3',