mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Readded author info
This commit is contained in:
parent
2304fdc593
commit
ac8c7c341e
@ -16,6 +16,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from ._version import ( # noqa: F401
|
from ._version import ( # noqa: F401
|
||||||
|
__author__,
|
||||||
|
__author_email__,
|
||||||
__description__,
|
__description__,
|
||||||
__maintainer__,
|
__maintainer__,
|
||||||
__maintainer_email__,
|
__maintainer_email__,
|
||||||
|
@ -19,5 +19,7 @@ __title__ = "eland"
|
|||||||
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch"
|
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch"
|
||||||
__url__ = "https://github.com/elastic/eland"
|
__url__ = "https://github.com/elastic/eland"
|
||||||
__version__ = "8.9.0"
|
__version__ = "8.9.0"
|
||||||
|
__author__ = "Steve Dodson"
|
||||||
|
__author_email__ = "steve.dodson@elastic.co"
|
||||||
__maintainer__ = "Elastic Client Library Maintainers"
|
__maintainer__ = "Elastic Client Library Maintainers"
|
||||||
__maintainer_email__ = "client-libs@elastic.co"
|
__maintainer_email__ = "client-libs@elastic.co"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user