When trying to install filters using setuptools, the following error raises:
> python setup.py install
Searching for filters
Reading https://pypi.python.org/simple/filters/
Downloading https://pypi.python.org/packages/5d/53/f864ccaa1206a833f710e6110c4f5e8e29c9050fd3f48a00533e39017953/filters-1.1.7.tar.gz#md5=6159bc598ec6b0579a0d52a1ae7eaaaf
Best match: filters 1.1.7
Processing filters-1.1.7.tar.gz
Writing /var/folders/3j/vxqr19lj17q456l889dysjm00000gn/T/easy_install-mXxSVz/filters-1.1.7/setup.cfg
Running filters-1.1.7/setup.py -q bdist_egg --dist-dir /var/folders/3j/vxqr19lj17q456l889dysjm00000gn/T/easy_install-mXxSVz/filters-1.1.7/egg-dist-tmp-OKCA_f
error: Setup script exited with error: can't copy 'LICENSE': doesn't exist or not a regular file
When trying to install filters using setuptools, the following error raises: