From 276266822a8dd39a5a0746ec8ee69cdfe42bdb6c Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Tue, 10 Nov 2015 15:40:27 -0800 Subject: [PATCH] No www --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,