blob: a9d372ee98060f462f53f048d58d0d06b8ce938d [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Library to return tzinfo with the local timezone information"
2HOMEPAGE = "https://pypi.org/project/tzlocal/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
5
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05006SRC_URI[sha256sum] = "f4e6e36db50499e0d92f79b67361041f048e2609d166e93456b50746dc4aef12"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007
Brad Bishop19323692019-04-05 15:28:33 -04008inherit pypi setuptools3