File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Installation
91
91
$ pip install jsonschema
92
92
93
93
94
- <!-- start cut from PyPI -->
94
+ .. start cut from PyPI
95
95
96
96
Running the Test Suite
97
97
----------------------
@@ -127,7 +127,7 @@ schemas can be found there.
127
127
Otherwise, asking questions on Stack Overflow is another means of
128
128
getting help if you're stuck.
129
129
130
- <!-- end cut from PyPI -->
130
+ .. end cut from PyPI
131
131
132
132
133
133
About
Original file line number Diff line number Diff line change @@ -81,11 +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 --> "
84
+ end-before = " .. start cut from PyPI"
85
85
86
86
[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
87
87
path = " README.rst"
88
- start-after = " <!-- end cut from PyPI --> \n\n\n "
88
+ start-after = " .. end cut from PyPI\n\n\n "
89
89
90
90
[[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
91
91
text = """
You can’t perform that action at this time.
0 commit comments