diff --git a/eland/_version.py b/eland/_version.py index c0323d8..090c1e8 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -19,7 +19,5 @@ __title__ = "eland" __description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch" __url__ = "https://github.com/elastic/eland" __version__ = "8.2.0" -__author__ = "Steve Dodson" -__author_email__ = "steve.dodson@elastic.co" -__maintainer__ = "Seth Michael Larson" -__maintainer_email__ = "seth.larson@elastic.co" +__author__ = "Elastic Client Library Maintainers" +__author_email__ = "client-libs@elastic.co" diff --git a/setup.py b/setup.py index e9c8ecb..a680bba 100644 --- a/setup.py +++ b/setup.py @@ -75,8 +75,6 @@ setup( url=about["__url__"], author=about["__author__"], author_email=about["__author_email__"], - maintainer=about["__maintainer__"], - maintainer_email=about["__maintainer_email__"], license="Apache-2.0", classifiers=CLASSIFIERS, keywords="elastic eland pandas python",