From 4b960ddc7771df90085810390dd6fd962a75a262 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Mon, 12 Jan 2015 19:15:22 -0800 Subject: [PATCH] README.rst: Make valid on PyPI 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.` --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 83fc1dd5c..bd04e00fa 100644 --- a/README.rst +++ b/README.rst @@ -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