We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993dc47 commit 1c07bebCopy full SHA for 1c07beb
CHANGELOG.md
@@ -0,0 +1 @@
1
+See: https://www.elastic.co/guide/en/elasticsearch/client/python-api/master/release-notes.html
CODE_OF_CONDUCT.md
+See: https://www.elastic.co/community/codeofconduct
MANIFEST.in
@@ -2,6 +2,8 @@ include CONTRIBUTING.md
2
include LICENSE
3
include MANIFEST.in
4
include README.rst
5
+include NOTICE
6
+include CHANGELOG.md
7
include setup.py
8
recursive-include elasticsearch* py.typed *.pyi
9
recursive-include docs/sphinx *
NOTICE
@@ -0,0 +1,2 @@
+Elasticsearch Python Client
+Copyright 2022 Elasticsearch B.V.
0 commit comments