django-native-tags
django-native-tags copied to clipboard
Pip install raises IOError
Hi,
When trying to install django-native-tags using pip, the line long_description=open('README.rst').read() in setup.py raises an IOError (on Mac OS X). Changing it to long_description=open('./README.rst').read() solved the problem for me.
I'm not completely sure if it is a real issue or something local.
Thanks, Hidde-Jan
I just encountered the same problem. Looks like the archive on PyPI lacks README.rst (see https://gist.github.com/9dff88d63a7a096a702e) because there isn't a MANIFEST.in explicitly including it.