blob: b810341d2b1178905289f97876e490ab86f5cb87 [file] [log] [blame]
Andrew Geisslerd5838332022-05-27 11:33:10 -05001SUMMARY = "Common type annotations for ethereum python packages."
2HOMEPAGE = "https://github.com/ethereum/eth-typing"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=bf9691ead96f1163622689e47ce3f366"
6
Andrew Geissler87f5cff2022-09-30 13:13:31 -05007SRC_URI[sha256sum] = "177e2070da9bf557fe0fd46ee467a7be2d0b6476aa4dc18680603e7da1fc5690"
Andrew Geisslerd5838332022-05-27 11:33:10 -05008
9inherit pypi setuptools3