More README fixes for pipy and github. Bump to version 0.2.2

pull/9/head 0.2.2
Yuri Baburov 13 years ago
parent f189ab905d
commit 6bf4948e69

@ -16,6 +16,12 @@ Based on:
- "BR to P" fix from readability.js which improves quality for smaller texts.
- Github users contributions.
Installation::
easy_install readability-xml
or
pip install readability-xml
Usage::
from readability.readability import Document

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="readability-lxml",
version="0.2.1",
version="0.2.2",
author="Yuri Baburov",
author_email="burchik@gmail.com",
description="fast python port of arc90's readability tool",

Loading…
Cancel
Save