summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--pyproject.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index fe45039..7253534 100644
--- a/README.rst
+++ b/README.rst
@@ -91,7 +91,7 @@ Installation
$ pip install jsonschema
-<!-- start cut from PyPI -->
+.. start cut from PyPI
Running the Test Suite
----------------------
@@ -127,7 +127,7 @@ schemas can be found there.
Otherwise, asking questions on Stack Overflow is another means of
getting help if you're stuck.
-<!-- end cut from PyPI -->
+.. end cut from PyPI
About
diff --git a/pyproject.toml b/pyproject.toml
index 24a2a63..bb4418c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -81,11 +81,11 @@ content-type = "text/x-rst"
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
path = "README.rst"
-end-before = "<!-- start cut from PyPI -->"
+end-before = ".. start cut from PyPI"
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
path = "README.rst"
-start-after = "<!-- end cut from PyPI -->\n\n\n"
+start-after = ".. end cut from PyPI\n\n\n"
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
text = """