forked from akimboio/python-readability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request akimboio#2 from akimboio/develop
Added VERSIONS file and updated tag to reflect Akimbo tagging
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Changes in VERSION 0.1.01 | ||
Began customizing Readability | ||
-Added several divs to unlikelyCandidatesRe | ||
-Moved media div from negative to positive |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
setup( | ||
name="readability-lxml", | ||
version="0.2.6.1", | ||
version="0.1.01", # Akimbo Specific Version | ||
author="Yuri Baburov", | ||
author_email="[email protected]", | ||
description="fast python port of arc90's readability tool", | ||
|