blob: 4ea9b6a19ad6f47f76c7e2e31f668e712535447c [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "Code coverage measurement for Python"
2HOMEPAGE = "https://coverage.readthedocs.io"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
5
Andrew Geisslereef63862021-01-29 15:58:13 -06006SRC_URI[sha256sum] = "6d2e262e5e8da6fa56e774fb8e2643417351427604c2b177f8e8c5f75fc928ca"
Brad Bishop316dfdd2018-06-25 12:45:53 -04007
8inherit pypi setuptools3
9