We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c0f37 commit dfc4663Copy full SHA for dfc4663
tigaserver_project/settings.py
@@ -262,6 +262,8 @@
262
},
263
'LICENSE': {
264
'name': 'GPL-3',
265
+ # NOTE: identifier is necessary for the openapi-generator python SDK to work.
266
+ 'identifier': 'GPL-3.0-only', # IMPORTANT: must be a valid SPDX identifier. See: https://spdx.org/licenses/
267
'url': 'https://github.com/Mosquito-Alert/mosquito_alert/blob/master/LICENSE.md'
268
269
'SERVERS': [
0 commit comments