Skip to content

Commit c278bab

Browse files
committed
Update README formatting for PyPI !cosmetic
ReST rendering was broken due to a Pygments error
1 parent f256646 commit c278bab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include LICENSE
22
include README.rst
3+
include CHANGELOG.rst

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Status
1414
.. image:: https://secure.travis-ci.org/django-haystack/pysolr.png
1515
:target: https://secure.travis-ci.org/django-haystack/pysolr
1616

17-
`Changelog <CHANGELOG.rst>`_
17+
`Changelog <https://github.com/django-haystack/pysolr/blob/master/CHANGELOG.rst>`_
1818

1919
Features
2020
========
@@ -98,6 +98,7 @@ Basic usage looks like:
9898
solr.delete(q='*:*')
9999
100100
.. code-block:: python
101+
101102
# For SolrCloud mode, initialize your Solr like this:
102103
103104
zookeeper = pysolr.Zookeeper("zkhost1:2181,zkhost2:2181,zkhost3:2181")

0 commit comments

Comments
 (0)