[FIX] Fix 'installable' syntax in manifest file

pull/440/head
Michell Stuttgart 2020-10-09 17:40:59 -03:00 committed by GitHub
parent 7301a7f52e
commit 823edadd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"demo": [ "demo": [
"demo/report.xml" "demo/report.xml"
], ],
"intallable": True, "installable": True,
'external_dependencies': { 'external_dependencies': {
'python': [ 'python': [
'PyPDF2', 'PyPDF2',