Skip to content

Commit 3666e22

Browse files
committed
Incorrect path to README.
Changed the filename from README.md to README in setup.py.
1 parent 8d30aa9 commit 3666e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from setuptools import setup
99

1010
setup(name="python-intercom",
11-
version='0.2.3',
11+
version='0.2.4',
1212
description="Intercom API wrapper",
13-
long_description=open('README.md').read(),
13+
long_description=open('README').read(),
1414
author="John Keyes",
1515
author_email="john@keyes.ie",
1616
license="MIT License",

0 commit comments

Comments
 (0)