django-native-tags icon indicating copy to clipboard operation
django-native-tags copied to clipboard

Pip install raises IOError

Open hidde-jan opened this issue 14 years ago • 1 comments

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

hidde-jan avatar Apr 11 '11 20:04 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.

acdha avatar Apr 28 '11 21:04 acdha