We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scriv github-release
1 parent 2e95412 commit 5469133Copy full SHA for 5469133
README.rst
@@ -130,6 +130,8 @@ To run the tests::
130
History
131
~~~~~~~
132
133
+.. scriv-insert-here
134
+
135
v2.0.3 — 2022-05-04
136
-------------------
137
requirements.txt
@@ -1,4 +1,5 @@
1
# To run tests, we just need tox.
2
tox >= 1.8
3
build
4
+scriv
5
twine
setup.cfg
@@ -8,3 +8,8 @@ filterwarnings =
8
ignore::DeprecationWarning
9
# ...but show them if they are from our code.
10
default::DeprecationWarning:django_coverage_plugin
11
12
+[scriv]
13
+fragment_directory = scriv.d
14
+output_file = README.rst
15
+rst_header_chars = -.
0 commit comments