Commit 5cfd349b authored by Federico Vaga's avatar Federico Vaga

sw:tools: fix template files list

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent e56446e6
......@@ -79,8 +79,8 @@ def tpc_apply_value_to_template(directory, table):
env = jinja2.Environment(loader=jinja2.FileSystemLoader(directory),keep_trailing_newline=True)
# Adjust content and create new file
for tmpl in ["CHANGELOG",
"README.md",
for tmpl in ["CHANGELOG.rst",
"README.rst",
"LICENSE",
"software/Makefile",
"software/tools/Makefile",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment