The library format for the extension  modules are a double dict where the first key is the library type and the second inside this one are the library defined by the module.

libraries = {
    'python' : { 
        'fileupload' : {
            'sortorder' : 200,
            'module' : 'fileupload',
        },
    },
}<br>

Library example with one python library