EUD things for Downloader (#4169)

* Initial commit

* Send pagified as with other Downloader's things
This commit is contained in:
jack1142
2020-08-17 01:27:46 +02:00
committed by GitHub
parent 581bdaa496
commit 929fd04613
4 changed files with 47 additions and 8 deletions

View File

@@ -220,6 +220,7 @@ INSTALLABLE_SCHEMA: SchemaType = {
"requirements": ensure_tuple_of_str,
"tags": ensure_tuple_of_str,
"type": ensure_installable_type,
"end_user_data_statement": ensure_str,
}