Skip to content

Commit

Permalink
Merge pull request #39 from vishu1993/feature/task-7307
Browse files Browse the repository at this point in the history
Added authors and support details #7307
  • Loading branch information
prakashpp committed May 25, 2015
2 parents 254a0db + 1a49a94 commit a115d9a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 21 deletions.
20 changes: 0 additions & 20 deletions README.md

This file was deleted.

36 changes: 36 additions & 0 deletions README.rst
@@ -0,0 +1,36 @@
nereid-activity-stream
======================

.. image:: https://travis-ci.org/openlabs/nereid-activity-stream.png?branch=develop
:target: https://travis-ci.org/openlabs/nereid-activity-stream
.. image:: https://pypip.in/download/trytond_nereid_activity_stream/badge.svg
:target: https://pypi.python.org/pypi/trytond_nereid_activity_stream/
:alt: Downloads
.. image:: https://pypip.in/version/trytond_nereid_activity_stream/badge.svg
:target: https://pypi.python.org/pypi/trytond_nereid_activity_stream/
:alt: Latest Version
.. image:: https://pypip.in/status/trytond_nereid_activity_stream/badge.svg
:target: https://pypi.python.org/pypi/trytond_nereid_activity_stream/
:alt: Development Status
.. image:: https://coveralls.io/repos/openlabs/nereid-activity-stream/badge.png?branch=develop
:target: https://coveralls.io/r/openlabs/nereid-activity-stream?branch=develop
:alt: Coveralls

:Authors:
`Openlabs Technologies & Consulting (P) Limited
<http://www.openlabs.co.in>`_

::

pip install trytond_nereid_activity_stream

Nereid Activity Stream is a way of creating a stream of activities
performed by users on your site.

Professional Support
--------------------

This module is professionally supported by `Openlabs <http://www.openlabs.co.in>`_.
If you are looking for on-site teaching or consulting support, contact our
`sales <mailto:sales@openlabs.co.in>`_ and `support
<mailto:support@openlabs.co.in>`_ teams.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -75,7 +75,7 @@ def run(self):
name='trytond_nereid_activity_stream',
version=info.get('version', '0.0.1'),
description='Activity Stream (a.k.a news feed) for Tryton nereid',
long_description=open('README.md').read(),
long_description=open('README.rst').read(),
author='Openlabs Technologies & consulting (P) Limited',
author_email='info@openlabs.co.in',
url='https://github.com/openlabs/nereid-activity-stream',
Expand Down

0 comments on commit a115d9a

Please sign in to comment.