blob: f5d56db004a8be5bef29b97031fa8d0377d1995c [file] [log] [blame]
Andrew Geissler748a4832020-07-24 16:24:21 -05001SUMMARY = "Python 2 and 3 compatibility library"
2HOMEPAGE = "https://xlsxwriter.readthedocs.io"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0960d52d61b0801760f39463288c2672"
6
7inherit pypi
8
9PYPI_PACKAGE = "XlsxWriter"
10
11BBCLASSEXTEND = "native nativesdk"