From c5939118764ba441566ffa0bfc4c3b408792507c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Sat, 2 May 2015 16:42:25 +0200 Subject: [PATCH] Updated setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4f76419b..462ed73c 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name = 'elasticsearch', description = "Python client for Elasticsearch", license="Apache License, Version 2.0", - url = "https://github.com/elasticsearch/elasticsearch-py", + url = "https://github.com/elastic/elasticsearch-py", long_description = long_description, version = __versionstr__, author = "Honza Král", @@ -48,7 +48,7 @@ setup( exclude=('test_elasticsearch*', ) ), classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers", "Operating System :: OS Independent",