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 b3d279b commit ea0efa8Copy full SHA for ea0efa8
README.rst
@@ -1,7 +1,7 @@
1
.. raw:: html
2
3
<img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png">
4
-<!-- cut after this -->
+.. cut after this
5
6
Elasticsearch Python Client
7
===========================
pyproject.toml
@@ -57,7 +57,7 @@ content-type = "text/x-rst"
57
58
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
59
path = "README.rst"
60
-start-after = "<!-- cut after this -->\n\n"
+start-after = ".. cut after this\n\n"
61
62
[tool.hatch.build.targets.sdist]
63
exclude = ["/test_elasticsearch"]
0 commit comments