Skip to content

Commit 7bdc292

Browse files
committed
include readme file
1 parent 1bfcc08 commit 7bdc292

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jupyter_releaser/tests/util.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ def write_files(git_repo, sub_packages=[], package_name="foo", module_name=None)
215215
encoding="utf-8"
216216
)
217217

218+
readme = git_repo / "README.md"
219+
readme.touch()
220+
218221
pre_commit = git_repo / ".pre-commit-config.yaml"
219222
pre_commit.write_text(text, encoding="utf-8")
220223

0 commit comments

Comments
 (0)