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.
1 parent df87a78 commit 100d4ddCopy full SHA for 100d4dd
jupyter_releaser/tests/util.py
@@ -72,9 +72,9 @@ def setup_cfg_template(package_name="foo", module_name=None):
72
73
SETUP_PY_TEMPLATE = """__import__("setuptools").setup()\n"""
74
75
-LICENSE_TEMPLATE = "A fake license"
+LICENSE_TEMPLATE = "A fake license\n"
76
77
-README_TEMPLATE = "A fake readme"
+README_TEMPLATE = "A fake readme\n"
78
79
80
def pyproject_template(project_name="foo", sub_packages=[]):
0 commit comments