Skip to content

Commit a18da5c

Browse files
committed
changes setup.py with correct Readme file path
1 parent 8d30aa9 commit a18da5c

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
@@ -10,7 +10,7 @@
1010
setup(name="python-intercom",
1111
version='0.2.3',
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)