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
91
91
$ pip install jsonschema
92
92
93
93
94
+ <!-- start cut from PyPI -->
95
+
94
96
Running the Test Suite
95
97
----------------------
96
98
@@ -125,6 +127,8 @@ schemas can be found there.
125
127
Otherwise, asking questions on Stack Overflow is another means of
126
128
getting help if you're stuck.
127
129
130
+ <!-- end cut from PyPI -->
131
+
128
132
129
133
About
130
134
-----
Original file line number Diff line number Diff line change @@ -81,6 +81,11 @@ content-type = "text/x-rst"
81
81
82
82
[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
83
83
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 "
84
89
85
90
[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
86
91
text = """
You can’t perform that action at this time.
0 commit comments