Updated setup.py

This commit is contained in:
Honza Král
2015-05-02 16:42:25 +02:00
parent 12ded2b841
commit c593911876
+2 -2
View File
@@ -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",