blob: 9e4ede52905c68ab039c7e87673ce2a051b2eb2c [file] [log] [blame]
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05001SUMMARY = "A Python Parser"
2HOMEPAGE = "https://github.com/davidhalter/parso"
3AUTHOR = "David Halter <davidhalter88@gmail.com>"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
6
7PYPI_PACKAGE = "parso"
8
Andrew Geisslereef63862021-01-29 15:58:13 -06009SRC_URI[sha256sum] = "8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050010
11inherit setuptools3 pypi