Skip to content

Commit b9f6f67

Browse files
committed
Merge branch 'master' of github.com:buriy/python-readability
2 parents 873562c + 6e8a1f5 commit b9f6f67

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
setup(
55
name="readability-lxml",
6-
version="0.2.3",
6+
version="0.2.4",
77
author="Yuri Baburov",
88
author_email="burchik@gmail.com",
99
description="fast python port of arc90's readability tool",
10+
test_suite = "tests.test_article_only",
1011
long_description=open("README").read(),
1112
license="Apache License 2.0",
1213
url="http://github.com/buriy/python-readability",

0 commit comments

Comments
 (0)