Updated project metadata to use group email address

This commit is contained in:
Nigel Small 2023-08-21 13:31:13 +01:00
parent 9d342dd91f
commit ff80343243
2 changed files with 2 additions and 6 deletions

View File

@ -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"

View File

@ -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",