From 3081af7ccaff57239d8e4059504d2d229aa0c79c Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 10 Jun 2020 08:59:04 +1000 Subject: [PATCH] Declare Buildozer to be Stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to @AndreMiras ([ref](https://discord.com/channels/423249981340778496/490493814281338890/719947159570612264)), buildozer should be considered to be stable. This edit lets PyPI know. (This feels like it deserves a little fanfare: 🥳🎉 Congrats and thanks to you all for your work!) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd178f7..1df1fd9 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,8 @@ setup( include_package_data=True, install_requires=['pexpect', 'virtualenv', 'sh'], classifiers=[ - 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', 'Topic :: Software Development :: Build Tools', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6',