mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-04 20:54:47 +02:00

Added SPDX identifiers to all .py files except those in migrations directory. Fixes: [YOCTO #13527] Signed-off-by: Meh Mbeh Ida Delphine <idadelm@gmail.com> Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
7 lines
104 B
INI
7 lines
104 B
INI
# SPDX-License-Identifier: MIT
|
|
|
|
[pytest]
|
|
DJANGO_SETTINGS_MODULE = settings
|
|
norecursedirs = .git layers
|
|
|