Adjust development status -> beta.

This commit is contained in:
Dave Shawley 2016-08-09 15:07:48 -04:00
parent b852a5f58f
commit 6132f11d70

View file

@ -17,8 +17,10 @@ setuptools.setup(
author_email='api@aweber.com', author_email='api@aweber.com',
license='BSD', license='BSD',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'Development Status :: 4 - Beta',
'License :: OSI Approved :: BSD License', 'Natural Language :: English', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
@ -26,7 +28,6 @@ setuptools.setup(
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules' 'Topic :: Software Development :: Libraries :: Python Modules'
], ],