diff --git a/.gitignore b/.gitignore index fc70adf..d1e5761 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.pyc +*.py[co] *.prof .coverage diff --git a/AUTHORS.txt b/AUTHORS.txt index 26fb246..1505c85 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,4 +1,4 @@ Rick Harding (original author) -Michal Belica (current maintainer) -Craig Maloney nhnifong +Craig Maloney +Mišo Belica diff --git a/CREDITS.txt b/CREDITS.txt deleted file mode 100644 index 4f9d6b8..0000000 --- a/CREDITS.txt +++ /dev/null @@ -1,4 +0,0 @@ -Rick Harding -nhnifong -Craig Maloney -Mišo Belica diff --git a/LICENSE.rst b/LICENSE.rst index 36a2659..302087f 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -1,4 +1,4 @@ -Copyright (c) 2013 Rick Harding, Michal Belica and contributors +Copyright (c) 2013 Rick Harding and contributors All rights reserved. diff --git a/MANIFEST.in b/MANIFEST.in index 15704eb..55fa275 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include README.rst include CHANGELOG.rst include LICENSE.rst +include AUTHORS.txt diff --git a/README.rst b/README.rst index cdfe901..7a103c2 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,9 @@ This is a pretty straight port of the JS here: - http://code.google.com/p/arc90labs-readability/source/browse/trunk/js/readability.js#82 - http://www.minvolai.com/blog/decruft-arc90s-readability-in-python/ -Some other ports: + +Alternatives +------------ - https://github.com/codelucas/newspaper - https://github.com/grangier/python-goose