Update trove classifiers to reflect python 3, beta status

This commit is contained in:
Lance Edgar 2018-02-25 21:25:52 -06:00
parent 73f73e0236
commit c7c241fe7a

View file

@ -129,7 +129,7 @@ setup(
long_description = README,
classifiers = [
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Pyramid',
'Intended Audience :: Developers',
@ -137,8 +137,9 @@ setup(
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Office/Business',
'Topic :: Software Development :: Libraries :: Python Modules',