From 92ae3ee9d16d3720350fc64d36a15d1b39c9c938 Mon Sep 17 00:00:00 2001 From: "P. Myer Nore" Date: Tue, 13 Nov 2018 09:59:34 -0500 Subject: [PATCH] update development status #52 bump 0.7.7 to 0.7.8 and release on PyPI --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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', ],