diff --git a/src/backend/InvenTree/plugin/plugin.py b/src/backend/InvenTree/plugin/plugin.py index a5c11c0eba..7767583873 100644 --- a/src/backend/InvenTree/plugin/plugin.py +++ b/src/backend/InvenTree/plugin/plugin.py @@ -419,7 +419,7 @@ class InvenTreePlugin(VersionMixin, MixinBase, MetaBase): 'description': meta['Summary'], 'version': meta['Version'], 'website': website, - 'license': meta['License'], + 'license': meta.get('License', None), } def define_package(self):