Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 1 | SUMMARY = "Pretty-print tabular data" |
2 | HOMEPAGE = "https://github.com/astanin/python-tabulate" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad1430c0c4824ec6a5dbb9754b011d7" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519" | ||||
7 | |||||
8 | inherit pypi setuptools3 |