We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f6f67 commit a19e766Copy full SHA for a19e766
2 files changed
README
@@ -42,3 +42,9 @@ Document() kwarg options:
42
- min_text_length:
43
- retry_length:
44
- url: will allow adjusting links to be absolute
45
+
46
47
+Updates
48
49
+ - 0.2.5 Update setup.py for uploading .tar.gz to pypi
50
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="readability-lxml",
6
- version="0.2.4",
+ version="0.2.5",
7
author="Yuri Baburov",
8
author_email="burchik@gmail.com",
9
description="fast python port of arc90's readability tool",
0 commit comments