When ```python setup.py install```, I get ``` File "setup.py", line 15, in <module> long_description=open('README.txt').read(), IOError: [Errno 2] No such file or directory: 'README.txt' ``` This problem is solved when copying README.md to README.txt