dealertrack / flake8-diff

Run flake8 across a set of changed files and filter out violations occurring only on the lines that were changed.
MIT License
20 stars 8 forks source link

Install fails b/c of readme filename #18

Closed mikewaters closed 9 years ago

mikewaters commented 9 years ago

Both pip install -e and setup.py install fail with:

IOError: [Errno 2] No such file or directory: 'README.md'

Error is package_data kwarg to setup() in setup.py.

Renaming README.rst fixes the issue.

gregarmer commented 9 years ago

15

gregarmer commented 9 years ago

This is resolved in v0.1.1