From ea0efa84c2cf4647b4490cd328d856038fe81803 Mon Sep 17 00:00:00 2001 From: chaojie Date: Wed, 8 Feb 2023 22:15:57 +0800 Subject: [PATCH] fix rst comment --- README.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6a74b3c45..d9a50656e 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ .. raw:: html - +.. cut after this Elasticsearch Python Client =========================== diff --git a/pyproject.toml b/pyproject.toml index 230ff0f5b..b0c66d92b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ content-type = "text/x-rst" [[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]] path = "README.rst" -start-after = "\n\n" +start-after = ".. cut after this\n\n" [tool.hatch.build.targets.sdist] exclude = ["/test_elasticsearch"]