This commit is contained in:
Manuel Barkhau 2019-02-22 22:47:44 +01:00
parent 871a2a9740
commit 99c14c0df9
7 changed files with 10 additions and 11 deletions

View file

@ -166,10 +166,12 @@ def test_incr_invalid(runner):
def _add_project_files(*files):
if "README.md" in files:
with pl.Path("README.md").open(mode="wt", encoding="utf-8") as fh:
fh.write("""
fh.write(
"""
Hello World v201701.0002-alpha !
aka. 201701.2a0 !
""")
"""
)
if "setup.cfg" in files:
with pl.Path("setup.cfg").open(mode="wt", encoding="utf-8") as fh: