Skip to content

Commit 6d826f1

Browse files
committed
fixed the setup.py to read the right docs file
1 parent a9997d0 commit 6d826f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
url='https://github.com/chrisbrownnwyc/ImageResolverPython',
1515
license='BSD',
1616
description="Find the most significant image in an article.",
17-
long_description=open('README.txt').read(),
17+
long_description=open('README.rst').read(),
1818
install_requires=[ "requests >= 1.0.0","beautifulsoup4" ],
1919
)

0 commit comments

Comments
 (0)