10000 Added test suite to setup.py · Harry0201/python-readability@63840ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 63840ee

Browse files
committed
Added test suite to setup.py
Bump to version 0.2.4
1 parent a1ae4ea commit 63840ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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)
0