Skip to content

Commit

Permalink
README.rst: Make valid on PyPI
Browse files Browse the repository at this point in the history
PyPI page is rendering description as text rather than reST.

This is because the raw directive is disabled.

I can tell this by doing:

    pip install restview
    restview --pypi-strict README.rst

which outputs: `README.rst:23: (WARNING/2) "raw" directive disabled.`
  • Loading branch information
msabramo committed Jan 13, 2015
1 parent 94d46a8 commit 4b960dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ JIRA Python Library
.. image:: https://pypip.in/wheel/jira/badge.svg?style=flat
:target: https://pypi.python.org/pypi/jira/

.. |br| raw:: html
------------

.. image:: https://api.travis-ci.org/pycontribs/jira.svg?branch=master
Expand Down

0 comments on commit 4b960dd

Please sign in to comment.