Skip to content

Commit 5469133

Browse files
committed
build: just enough to get scriv github-release to work
1 parent 2e95412 commit 5469133

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ To run the tests::
130130
History
131131
~~~~~~~
132132

133+
.. scriv-insert-here
134+
133135
v2.0.3 — 2022-05-04
134136
-------------------
135137

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# To run tests, we just need tox.
22
tox >= 1.8
33
build
4+
scriv
45
twine

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ filterwarnings =
88
ignore::DeprecationWarning
99
# ...but show them if they are from our code.
1010
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

Comments
 (0)