Skip to content

Commit

Permalink
Fix README display on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Feb 9, 2015
1 parent aad443f commit 280ac1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Libres is a reservations management library to reserve things like tables at
a restaurant or tickets at an event. It works with Python 2.7 and Python 3.3+
and requires Postgresql 9.1.

.. < package description
`Documentation <http://libres.readthedocs.org/en/latest/>`_ | `Source <http://github.com/seantis/libres/>`_ | `Bugs <http://github.com/seantis/libres/issues>`_

**This library is at an experimental stage and not yet suitable for production**

**This is at an experimental stage and not yet suitable for production**
.. < package description
.. image:: https://travis-ci.org/seantis/libres.svg?branch=master
:target: https://travis-ci.org/seantis/libres
Expand All @@ -17,11 +19,6 @@ and requires Postgresql 9.1.
:target: https://coveralls.io/r/seantis/libres
:alt: coveralls.io coverage

Documentation
-------------

http://libres.readthedocs.org/

Run the Example
---------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_long_description():
author='Denis Krienbühl',
author_email='denis@href.ch',
description='A library to reserve things',
long_description='\n'.join(get_long_description()),
long_description=''.join(get_long_description()),
packages=['libres'],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 280ac1d

Please sign in to comment.