Receive the following message when I run pip install django-pgviews
Downloading django-pgviews-0.5.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-FEpTji/django-pgviews/setup.py", line 9, in
LONG_DESCRIPTION = open('README.md').read()
IOError: [Errno 2] No such file or directory: u'README.md'
Running pip install "django-pgviews<0.5.1" installs the library correctly.
Receive the following message when I run pip install django-pgviews
Downloading django-pgviews-0.5.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in
File "/tmp/pip-build-FEpTji/django-pgviews/setup.py", line 9, in
LONG_DESCRIPTION = open('README.md').read()
IOError: [Errno 2] No such file or directory: u'README.md'
Running pip install "django-pgviews<0.5.1" installs the library correctly.