diff options
author | Sebastian Müller <gsenpo@gmail.com> | 2020-02-09 11:33:04 +0100 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-02-09 13:02:00 +0100 |
commit | cbdc7f731923f3d86598b5bbb74b69cbd90c32f2 (patch) | |
tree | 391b1ab7252c99f923c773e6e5ce6d637f8a814b /gr-utils/python | |
parent | e33d782f5dff49400295bad4324fdef67ec67a3b (diff) |
gr-newmod: Update MANIFEST with `gr_supported_version`
Cgran was extended to display supported GNU Radio versions of OOTs. To
leverage this feature, a `gr_supported_version` key needs to be provided
by the OOT's MANIFEST. This commit extends gr-newmod's MAIFEST by this
key.
Diffstat (limited to 'gr-utils/python')
-rw-r--r-- | gr-utils/python/modtool/templates/gr-newmod/MANIFEST.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/MANIFEST.md b/gr-utils/python/modtool/templates/gr-newmod/MANIFEST.md index cafdae8213..dce8fbd5e8 100644 --- a/gr-utils/python/modtool/templates/gr-newmod/MANIFEST.md +++ b/gr-utils/python/modtool/templates/gr-newmod/MANIFEST.md @@ -7,6 +7,7 @@ author: copyright_owner: - Copyright Owner 1 license: +gr_supported_version: # Put a comma separated list of supported GR versions here #repo: # Put the URL of the repository here, or leave blank for default #website: <module_website> # If you have a separate project website, put it here #icon: <icon_url> # Put a URL to a square image here that will be used as an icon on CGRAN |