diff --git a/setup.py b/setup.py index d14d434..2db478d 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def get_version(*file_paths): zip_safe=False, keywords='Django Elasticsearch', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Framework :: Django', 'Framework :: Django :: 1.9', 'Framework :: Django :: 1.10', @@ -65,8 +65,6 @@ def get_version(*file_paths): 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', ],