We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 873562c + 6e8a1f5 commit b9f6f67Copy full SHA for b9f6f67
1 file changed
setup.py
@@ -3,10 +3,11 @@
3
4
setup(
5
name="readability-lxml",
6
- version="0.2.3",
+ version="0.2.4",
7
author="Yuri Baburov",
8
author_email="burchik@gmail.com",
9
description="fast python port of arc90's readability tool",
10
+ test_suite = "tests.test_article_only",
11
long_description=open("README").read(),
12
license="Apache License 2.0",
13
url="http://github.com/buriy/python-readability",
0 commit comments