summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Robenolt <matt@ydekproductions.com>2015-11-10 15:40:27 -0800
committerMatt Robenolt <matt@ydekproductions.com>2015-11-10 15:40:41 -0800
commit276266822a8dd39a5a0746ec8ee69cdfe42bdb6c (patch)
tree0d010b3e453cfc9d0c4d01923a9a9561eea73b56
parentc0aab31d648dc0cb1c5220a29117ff342ff19ef6 (diff)
downloadraven-276266822a8dd39a5a0746ec8ee69cdfe42bdb6c.tar.gz
No www
-rw-r--r--README.rst2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5767801..8d5d2bf 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 <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.
diff --git a/setup.py b/setup.py
index 1e8fd61..7825292 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,