mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

License-Update: License check file changed to LICENSE. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 lines
347 B
BlitzBasic
9 lines
347 B
BlitzBasic
DESCRIPTION = "Simple decorator to set attributes of target function or class in a DRY way"
|
|
HOMEPAGE = "https://github.com/denis-ryzhkov/attr"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=02c113fb406eab0537c0cf4334f57c07"
|
|
|
|
SRC_URI[sha256sum] = "1ceebca768181cdcce9827611b1d728e592be5d293911539ea3d0b0bfa1146f4"
|
|
|
|
inherit pypi setuptools3
|