Skip to content

Commit 176d22e

Browse files
committed
Merge pull request intercom#26 from uploadcare/master
Fix reference to the README in setup.py
2 parents 154814e + 47bf0fb commit 176d22e

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
@@ -19,7 +19,7 @@
1919
name="python-intercom",
2020
version=__version__,
2121
description="Intercom API wrapper",
22-
long_description=open('README').read(),
22+
long_description=open('README.rst').read(),
2323
author="John Keyes",
2424
author_email="john@keyes.ie",
2525
license="MIT License",

0 commit comments

Comments
 (0)