changed owner

This commit is contained in:
Mathieu Agopian
2013-06-18 14:06:19 +02:00
parent 207f88ab6b
commit 5ed407560d
3 changed files with 8 additions and 8 deletions

View File

@@ -2,17 +2,17 @@
MailBot MailBot
####### #######
.. image:: https://secure.travis-ci.org/novagile/mailbot.png?branch=master .. image:: https://secure.travis-ci.org/magopian/mailbot.png?branch=master
:alt: Build Status :alt: Build Status
:target: https://travis-ci.org/novagile/mailbot :target: https://travis-ci.org/magopian/mailbot
MailBot: register callbacks to be executed on mail reception. MailBot: register callbacks to be executed on mail reception.
* Authors: Mathieu Agopian and `contributors * Authors: Mathieu Agopian and `contributors
<https://github.com/novagile/mailbot/contributors>`_ <https://github.com/magopian/mailbot/contributors>`_
* Licence: BSD * Licence: BSD
* Compatibility: Django 1.4+, python2.6 up to python3.3 * Compatibility: Django 1.4+, python2.6 up to python3.3
* Project URL: https://github.com/novagile/mailbot * Project URL: https://github.com/magopian/mailbot
* Documentation: http://mailbot.rtfd.org/ * Documentation: http://mailbot.rtfd.org/
@@ -23,7 +23,7 @@ Setup your environment:
:: ::
git clone https://github.com/novagile/mailbot.git git clone https://github.com/magopian/mailbot.git
cd mailbot cd mailbot
Hack and run the tests using `Tox <https://pypi.python.org/pypi/tox>`_ to test Hack and run the tests using `Tox <https://pypi.python.org/pypi/tox>`_ to test

View File

@@ -25,7 +25,7 @@ excellent `IMAPClient from Menno Smits
Other resources Other resources
--------------- ---------------
Fork it on: http://github.com/novagile/mailbot/ Fork it on: http://github.com/magopian/mailbot/
Documentation: http://mailbot.rtfd.org/ Documentation: http://mailbot.rtfd.org/
@@ -39,7 +39,7 @@ From PyPI::
From github:: From github::
pip install -e http://github.com/novagile/mailbot/ pip install -e http://github.com/magopian/mailbot/
Usage Usage

View File

@@ -29,7 +29,7 @@ if __name__ == '__main__': # ``import setup`` doesn't trigger setup().
keywords='mail callback', keywords='mail callback',
author='Mathieu Agopian', author='Mathieu Agopian',
author_email='mathieu.agopian@gmail.com', author_email='mathieu.agopian@gmail.com',
url='https://github.com/novagile/mailbot', url='https://github.com/magopian/mailbot',
license='BSD Licence', license='BSD Licence',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,