Skip to content

Commit

Permalink
Release 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Sep 26, 2015
1 parent e485d99 commit 4e1b0d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include LICENSE.txt
recursive-include examples *.py
recursive-include tests *.py *.txt
recursive-include docs Makefile *.py *.rst
recursive-include docs Makefile *.py *.rst *.png
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ About Lupyne
:target: https://pypi.python.org/pypi/lupyne/
.. image:: https://img.shields.io/pypi/pyversions/lupyne.svg
.. image:: https://img.shields.io/pypi/status/lupyne.svg
.. note::
Although lupyne is maintained, its dependency `PyLucene is dormant`_ for lack of interest.

:Note: Although lupyne is maintained, its dependency `PyLucene is dormant`_ for lack of interest.

The core engine is a high level interface to `PyLucene`_, which is a Python extension for accessing the popular Java Lucene search engine.
Lucene has a reputation for being a relatively low-level toolkit, and the goal of PyLucene is to wrap it through automatic code generation.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
#html_static_path = []

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down

0 comments on commit 4e1b0d3

Please sign in to comment.