Skip to content

Commit 345ffb1

Browse files
authored
Merge pull request #987 from hynek/fix-markers
Use rST markers in README
2 parents e69cb7a + 1d05e4d commit 345ffb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Installation
9191
$ pip install jsonschema
9292
9393
94-
<!-- start cut from PyPI -->
94+
.. start cut from PyPI
9595
9696
Running the Test Suite
9797
----------------------
@@ -127,7 +127,7 @@ schemas can be found there.
127127
Otherwise, asking questions on Stack Overflow is another means of
128128
getting help if you're stuck.
129129

130-
<!-- end cut from PyPI -->
130+
.. end cut from PyPI
131131
132132
133133
About

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ content-type = "text/x-rst"
8181

8282
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
8383
path = "README.rst"
84-
end-before = "<!-- start cut from PyPI -->"
84+
end-before = ".. start cut from PyPI"
8585

8686
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
8787
path = "README.rst"
88-
start-after = "<!-- end cut from PyPI -->\n\n\n"
88+
start-after = ".. end cut from PyPI\n\n\n"
8989

9090
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
9191
text = """

0 commit comments

Comments
 (0)