blob: e4ab9f33d6efc36f2dee21cb85797a5741898775 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "The new Python SDK for Sentry.io"
2DESCRIPTION = "This is the next line of the Python SDK \
3for Sentry, intended to replace the raven package on PyPI."
4HOMEPAGE = "https://github.com/getsentry/sentry-python"
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
7
Andrew Geisslera2681d92020-10-16 10:17:07 -05008SRC_URI[md5sum] = "d6a85d958aea9277c1728c77dcf063a1"
9SRC_URI[sha256sum] = "1d91a0059d2d8bb980bec169578035c2f2d4b93cd8a4fb5b85c81904d33e221a"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11PYPI_PACKAGE = "sentry-sdk"
12inherit pypi setuptools3