mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Merge 902b39fe6b
into 2633503658
This commit is contained in:
commit
8593bd5c83
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,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…
Add table
Reference in a new issue