diff --git a/setup.py b/setup.py index d86f5877..e7af030a 100644 --- a/setup.py +++ b/setup.py @@ -45,13 +45,16 @@ include_package_data=True, keywords=['wagtail', 'streamfield', 'forms', 'accent', 'design'], classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', - 'Natural Language :: English', + 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Framework :: Django', + 'Framework :: Django :: 1.11', + 'Topic :: Internet :: WWW/HTTP :: Site Management', ], )