mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
[mod] manifest: check 'version' field.
This commit is contained in:
parent
6b15f16902
commit
902b39fe6b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ def check_manifest(manifest):
|
|||
"Syntax (comma) or encoding issue with manifest.json. Can't check file.")
|
||||
return 1
|
||||
|
||||
fields = ("name", "id", "packaging_format", "description", "url",
|
||||
fields = ("name", "id", "packaging_format", "description", "url", "version",
|
||||
"license", "maintainer", "requirements", "multi_instance", "services", "arguments")
|
||||
|
||||
for field in fields:
|
||||
|
|
Loading…
Reference in a new issue