blob: 9407278e9fffd2ce44f0cc7531c3817a616ce3f2 [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
Brad Bishop0e2770c2020-01-21 07:31:46 -05006SRC_URI[md5sum] = "876be562bc78deac6fc2a06ee4a6d551"
7SRC_URI[sha256sum] = "b251c7092cbb6d789d62dc9c9e7c4fb448c9138b51285c36aeb72462cad3600e"
Brad Bishop316dfdd2018-06-25 12:45:53 -04008
9inherit pypi setuptools3
10