This commit is contained in:
Matt Robenolt 2015-11-10 15:40:27 -08:00
parent c0aab31d64
commit 276266822a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Raven
.. image:: https://travis-ci.org/getsentry/raven-python.svg?branch=master
:target: https://travis-ci.org/getsentry/raven-python
Raven is a Python client for `Sentry <http://www.getsentry.com/>`_. It provides
Raven is a Python client for `Sentry <http://getsentry.com/>`_. It provides
full out-of-the-box support for many of the popular frameworks, including
Django, and Flask. Raven also includes drop-in support for any WSGI-compatible
web application.

View File

@ -99,7 +99,7 @@ setup(
author='David Cramer',
author_email='dcramer@gmail.com',
url='https://github.com/getsentry/raven-python',
description='Raven is a client for Sentry (https://www.getsentry.com)',
description='Raven is a client for Sentry (https://getsentry.com)',
long_description=__doc__,
packages=find_packages(exclude=("tests", "tests.*",)),
zip_safe=False,