Skip to content

Commit 8f420bd

Browse files
committed
Fix setup.py to pull the rst readme
1 parent 58c6965 commit 8f420bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author_email="burchik@gmail.com",
2121
description="fast python port of arc90's readability tool",
2222
keywords='readable read parse html document readability',
23-
long_description=open("README").read(),
23+
long_description=open("README.rst").read(),
2424
license="Apache License 2.0",
2525
classifiers=[
2626
"Environment :: Web Environment",

0 commit comments

Comments
 (0)