changed owner
This commit is contained in:
10
README.rst
10
README.rst
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user