We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f1167 commit 08e36fcCopy full SHA for 08e36fc
setup.py
@@ -50,10 +50,8 @@
50
long_description=long_description,
51
long_description_content_type="text/x-rst",
52
version=__versionstr__,
53
- author="Honza Král",
54
- author_email="honza.kral@gmail.com",
55
- maintainer="Seth Michael Larson",
56
- maintainer_email="seth.larson@elastic.co",
+ author="Elastic Client Library Maintainers",
+ author_email="client-libs@elastic.co",
57
packages=find_packages(where=".", exclude=("tests*",)),
58
python_requires=">=3.6",
59
classifiers=[
0 commit comments