We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6c4d2 commit b2a95a0Copy full SHA for b2a95a0
utilities/new_client.py
@@ -206,7 +206,7 @@ def update_stub_packages(ctx: Context) -> None:
206
207
def write_readme(ctx: Context) -> None:
208
"""Creates a README.md from a template."""
209
- template = ctx.jinja_env.get_template("README.md")
+ template = ctx.jinja_env.get_template("README.md.tmpl")
210
pom = template.stream(
211
api_version=ctx.api_version,
212
description=ctx.description,
utilities/templates/README.md utilities/templates/README.md.tmplutilities/templates/README.md renamed to utilities/templates/README.md.tmpl
0 commit comments