diff --git a/README.rst b/README.rst index 57678011..8d5d2bfd 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. It provides +Raven is a Python client for `Sentry `_. 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. diff --git a/setup.py b/setup.py index 1e8fd612..78252922 100755 --- a/setup.py +++ b/setup.py @@ -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,