mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
exclude Provides metadata from yml
This commit is contained in:
parent
051596dd0d
commit
191363ad55
1 changed files with 1 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ def warn_or_exception(value):
|
|||
app_fields = set([
|
||||
'Disabled',
|
||||
'AntiFeatures',
|
||||
'Provides',
|
||||
'Provides', # deprecated, txt only
|
||||
'Categories',
|
||||
'License',
|
||||
'Author Name',
|
||||
|
|
@ -96,7 +96,6 @@ app_fields = set([
|
|||
yaml_app_field_order = [
|
||||
'Disabled',
|
||||
'AntiFeatures',
|
||||
'Provides',
|
||||
'Categories',
|
||||
'License',
|
||||
'AuthorName',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue