Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytlint-django is installing un-namespaced files directly in site-packages such as site-packages/LICENCE #431

Open
graingert opened this issue Mar 21, 2024 · 0 comments

Comments

@graingert
Copy link

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

@graingert graingert changed the title 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 Mar 21, 2024
carlio added a commit that referenced this issue Jul 20, 2024
… correct places ; LICENSE is required to be installed as it is GPLv2, this change will put it inside the package directory inside site-packages instead, while the other files will just be left out of the installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants