We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7751fed commit 4352e56Copy full SHA for 4352e56
.gitignore
@@ -8,6 +8,7 @@ test_elasticsearch/local.py
8
docs/_build
9
elasticsearch.egg-info
10
.tox
11
+.noseids
12
dist
13
*.egg
14
coverage.xml
setup.py
@@ -12,7 +12,7 @@
f.close()
install_requires = [
15
- 'urllib3<1.23,>=1.21.1',
+ 'urllib3>=1.21.1',
16
]
17
tests_require = [
18
'requests>=2.0.0, <3.0.0',
@@ -34,8 +34,8 @@
34
url = "https://github.com/elastic/elasticsearch-py",
35
long_description = long_description,
36
version = __versionstr__,
37
- author = "Honza Král",
38
- author_email = "honza.kral@gmail.com",
+ author = "Honza Král, Nick Lang",
+ author_email = "honza.kral@gmail.com, nick@nicklang.com",
39
packages=find_packages(
40
where='.',
41
exclude=('test_elasticsearch*', )
0 commit comments