From: Harmon Date: Sat, 4 May 2019 18:28:53 +0000 (-0500) Subject: Update setup Development Status classifier X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=25899b5926564ad0febdb019da0fb1bc46c86726;p=tweepy.git Update setup Development Status classifier --- diff --git a/setup.py b/setup.py index 64ae353..a81c235 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup(name="tweepy", keywords="twitter library", python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Topic :: Software Development :: Libraries', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent',