mypebble / django-pgviews

Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
The Unlicense
195 stars 41 forks source link

0.5.1 PYPI build fails looking for README.md #30

Closed mlindemu closed 7 years ago

mlindemu commented 7 years ago

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.

scott-w commented 7 years ago

Hi @mlindemu thanks for reporting this! It seems the issue is specific to Python 2.

I've just pushed out 0.5.3 to fix this.

Regards Scott