Skip to content

Commit 837bd09

Browse files
committed
Cut the middle part
1 parent 66223a2 commit 837bd09

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Installation
9191
$ pip install jsonschema
9292
9393
94+
<!-- start cut from PyPI -->
95+
9496
Running the Test Suite
9597
----------------------
9698

@@ -125,6 +127,8 @@ schemas can be found there.
125127
Otherwise, asking questions on Stack Overflow is another means of
126128
getting help if you're stuck.
127129

130+
<!-- end cut from PyPI -->
131+
128132

129133
About
130134
-----

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +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 -->"
85+
86+
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
87+
path = "README.rst"
88+
start-after = "<!-- end cut from PyPI -->\n\n\n"
8489

8590
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
8691
text = """

0 commit comments

Comments
 (0)