diff --git a/setup.py b/setup.py index 41156302..2bac6df5 100644 --- a/setup.py +++ b/setup.py @@ -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',