mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Updated project metadata to use group email address
This commit is contained in:
parent
9d342dd91f
commit
ff80343243
@ -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"
|
||||
|
2
setup.py
2
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user