We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ae4ea commit 7338e9eCopy full SHA for 7338e9e
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