Skip to content

Commit

Permalink
Updated project metadata to use group email address
Browse files Browse the repository at this point in the history
  • Loading branch information
technige committed Aug 21, 2023
1 parent 9d342dd commit ff80343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions eland/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@
__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__ = "[email protected]"
__maintainer__ = "Seth Michael Larson"
__maintainer_email__ = "[email protected]"
__author__ = "Elastic Client Library Maintainers"
__author_email__ = "[email protected]"
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@
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",
Expand Down

0 comments on commit ff80343

Please sign in to comment.