Hi there, after cloning the latest master and trying to do an install I get:
[shopventory@devel python-intercom (master)]$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 22, in
long_description=open('README').read(),
IOError: [Errno 2] No such file or directory: 'README'
Renaming the file or updating the code to look for README.rst fixes it.