File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ Installation
9191 $ pip install jsonschema
9292
9393
94+ <!-- start cut from PyPI -->
95+
9496Running the Test Suite
9597----------------------
9698
@@ -125,6 +127,8 @@ schemas can be found there.
125127Otherwise, asking questions on Stack Overflow is another means of
126128getting help if you're stuck.
127129
130+ <!-- end cut from PyPI -->
131+
128132
129133About
130134-----
Original file line number Diff line number Diff line change @@ -81,6 +81,11 @@ content-type = "text/x-rst"
8181
8282[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
8383path = " 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 ]]
8691text = """
You can’t perform that action at this time.
0 commit comments