We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c6965 commit 8f420bdCopy full SHA for 8f420bd
setup.py
@@ -20,7 +20,7 @@
20
author_email="burchik@gmail.com",
21
description="fast python port of arc90's readability tool",
22
keywords='readable read parse html document readability',
23
- long_description=open("README").read(),
+ long_description=open("README.rst").read(),
24
license="Apache License 2.0",
25
classifiers=[
26
"Environment :: Web Environment",
0 commit comments