We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154814e commit 47bf0fbCopy full SHA for 47bf0fb
setup.py
@@ -19,7 +19,7 @@
19
name="python-intercom",
20
version=__version__,
21
description="Intercom API wrapper",
22
- long_description=open('README').read(),
+ long_description=open('README.rst').read(),
23
author="John Keyes",
24
author_email="john@keyes.ie",
25
license="MIT License",
0 commit comments