Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Simple decorator to set attributes of target function or class in a DRY way" |
2 | HOMEPAGE = "https://github.com/denis-ryzhkov/attr" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=02c113fb406eab0537c0cf4334f57c07" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "1ceebca768181cdcce9827611b1d728e592be5d293911539ea3d0b0bfa1146f4" | ||||
7 | |||||
8 | inherit pypi setuptools3 |