Open
Description
I noticed that pylint-django is installing an un-namespaced LICENSE file directly in site-packages. It conflicts with flake8-print
There's a few files that end up in site-packages directly https://inspector.pypi.io/project/pylint-django/2.5.5/packages/18/af/a12d87924a021ebec74fc79c6742edd09cc63a23d957aca3c32796b8b521/pylint_django-2.5.5-py3-none-any.whl/
CHANGELOG.rst, CONTRIBUTORS.md LICENSE README.rst and SECURITY.md all get installed in the wrong location or shouldn't be installed at all
Activity
[-]pytlint-django is installing un-namespaces files directly in site-packages such as site-packages/LICENCE[/-][+]pytlint-django is installing un-namespaced files directly in site-packages such as site-packages/LICENCE[/+][#431] Fixing so that the LICENSE and other files are copied into the…