Move repository to getsentry/raven-python

This commit is contained in:
David Cramer 2012-08-10 23:38:13 -07:00
parent 94e60d080d
commit f0500e1ceb
5 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
http://github.com/dcramer/raven/contributors
http://github.com/getsentry/raven-python/contributors

View File

@ -1,8 +1,8 @@
Raven
======
.. image:: https://secure.travis-ci.org/dcramer/raven.png?branch=master
:target: http://travis-ci.org/dcramer/raven
.. image:: https://secure.travis-ci.org/getsentry/raven-python.png?branch=master
:target: http://travis-ci.org/getsentry/raven-python
Raven is a Python client for `Sentry <http://aboutsentry.com/>`_. It provides
full out-of-the-box support for many of the popular frameworks, including
@ -18,7 +18,7 @@ Resources
---------
* `Documentation <http://raven.readthedocs.org/>`_
* `Bug Tracker <http://github.com/dcramer/raven/issues>`_
* `Code <http://github.com/dcramer/raven>`_
* `Bug Tracker <http://github.com/getsentry/raven-python/issues>`_
* `Code <http://github.com/getsentry/raven-python>`_
* `Mailing List <https://groups.google.com/group/getsentry>`_
* `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)

View File

@ -53,4 +53,4 @@ Contributing Back Code
Ideally all patches should be sent as a pull request on GitHub, and include tests. If you're fixing a bug or making a large change the patch **must** include test coverage.
You can see a list of open pull requests (pending changes) by visiting https://github.com/dcramer/raven/pulls
You can see a list of open pull requests (pending changes) by visiting https://github.com/getsentry/raven-python/pulls

View File

@ -24,8 +24,8 @@ Resources
---------
* `Documentation <http://raven.readthedocs.org/>`_
* `Bug Tracker <http://github.com/dcramer/raven/issues>`_
* `Code <http://github.com/dcramer/raven>`_
* `Bug Tracker <http://github.com/getsentry/raven-python/issues>`_
* `Code <http://github.com/getsentry/raven-python>`_
* `Mailing List <https://groups.google.com/group/getsentry>`_
* `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)

View File

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