setup.py: change devel status: alpha -> stable

pmbootstrap is fairly stable now, time to let setup.py and pypi.org
reflect it.
This commit is contained in:
Oliver Smith 2020-07-11 16:19:52 +02:00
parent 1d6c382cf7
commit 9bbe78328f
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -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',