forked from timbertson/python-readability
-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
lxml | ||
chardet | ||
nose | ||
pep8 | ||
coverage | ||
timeout_decorator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,9 +48,10 @@ def find_version(*file_paths): | |
version=find_version("readability", "__init__.py"), | ||
author="Yuri Baburov", | ||
author_email="[email protected]", | ||
description="fast html to text parser (article readability tool) with python3 support", | ||
description="fast html to text parser (article readability tool) with python 3 support", | ||
test_suite="tests.test_article_only", | ||
long_description=open("README.rst").read(), | ||
long_description_content_type='text/x-rst', | ||
license="Apache License 2.0", | ||
url="http://github.com/buriy/python-readability", | ||
packages=["readability", "readability.compat"], | ||
|