Browse Source

update template

master
Nils 2 years ago
parent
commit
19c0ed2802
  1. 1
      template/documentation/build.py
  2. 1
      template/documentation/readme.template

1
template/documentation/build.py

@ -41,7 +41,6 @@ template_readme = template_readme.replace("<name>", METADATA["name"])
template_readme = template_readme.replace("<version>", METADATA["version"])
template_readme = template_readme.replace("<shortname>", METADATA["shortName"])
template_readme = template_readme.replace("<description>", METADATA["description"])
template_readme = template_readme.replace("<dependencies>", METADATA["dependencies"])
template_readme = template_readme.replace("<author>", METADATA["author"])
with open ("../../README.md", "w") as w:

1
template/documentation/readme.template

@ -37,7 +37,6 @@ It is possible to clone a git repository.
* PyQt5 for Python 3
* DejaVu Sans Sarif TTF (Font) (recommended, but not technically necessary)
* libcalfbox-lss https://git.laborejo.org/lss/libcalfbox-lss
<dependencies>
### Environment:
* Jack Audio Connection Kit must be running

Loading…
Cancel
Save