Readded author info

This commit is contained in:
Enrico Zimuel 2023-08-24 11:18:17 +02:00
parent 2304fdc593
commit ac8c7c341e
No known key found for this signature in database
GPG Key ID: 6CB203F6934A69F1
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@
# under the License.
from ._version import ( # noqa: F401
__author__,
__author_email__,
__description__,
__maintainer__,
__maintainer_email__,

View File

@ -19,5 +19,7 @@ __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.9.0"
__author__ = "Steve Dodson"
__author_email__ = "steve.dodson@elastic.co"
__maintainer__ = "Elastic Client Library Maintainers"
__maintainer_email__ = "client-libs@elastic.co"