Merge branch 'master' of github.com:buriy/python-readability

pull/19/head
Richard Harding 12 years ago
commit b9f6f6777f

@ -3,10 +3,11 @@ from setuptools import setup, find_packages
setup(
name="readability-lxml",
version="0.2.3",
version="0.2.4",
author="Yuri Baburov",
author_email="burchik@gmail.com",
description="fast python port of arc90's readability tool",
test_suite = "tests.test_article_only",
long_description=open("README").read(),
license="Apache License 2.0",
url="http://github.com/buriy/python-readability",

Loading…
Cancel
Save